Added loaded trace command
testing/ogcore-api/pipeline/head There was a failure building this commit
Details
testing/ogcore-api/pipeline/head There was a failure building this commit
Details
parent
b98d6d2be8
commit
626dc276a8
|
@ -30,9 +30,6 @@ class ChargeExampleTraceCommand extends Command
|
||||||
$clients = $this->entityManager->getRepository(Client::class)->findAll();
|
$clients = $this->entityManager->getRepository(Client::class)->findAll();
|
||||||
$traces = TraceStatus::getStatusKeys();
|
$traces = TraceStatus::getStatusKeys();
|
||||||
|
|
||||||
var_dump($traces);
|
|
||||||
|
|
||||||
|
|
||||||
foreach ($clients as $client) {
|
foreach ($clients as $client) {
|
||||||
foreach ($traces as $traceStatus) {
|
foreach ($traces as $traceStatus) {
|
||||||
$trace = new Trace();
|
$trace = new Trace();
|
||||||
|
|
Loading…
Reference in New Issue