Changed commands output to SUCCESS
testing/ogcore-api/pipeline/head This commit looks good
Details
testing/ogcore-api/pipeline/head This commit looks good
Details
parent
90c84e4a9f
commit
b04932cea2
|
@ -44,6 +44,6 @@ class ChargeExampleTraceCommand extends Command
|
||||||
|
|
||||||
$this->entityManager->flush();
|
$this->entityManager->flush();
|
||||||
|
|
||||||
return 1;
|
return Command::SUCCESS;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -89,7 +89,7 @@ class LoadDefaultCommandsCommand extends Command
|
||||||
|
|
||||||
$this->entityManager->flush();
|
$this->entityManager->flush();
|
||||||
|
|
||||||
return 1;
|
return Command::SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
|
@ -54,6 +54,6 @@ class LoadDefaultUserGroupsCommand extends Command
|
||||||
|
|
||||||
$this->entityManager->flush();
|
$this->entityManager->flush();
|
||||||
|
|
||||||
return 1;
|
return Command::SUCCESS;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue