Minor bug fixes from live site
This commit is contained in:
@@ -34,11 +34,11 @@ class BroadbandTraffic extends Command
|
||||
if ($this->option('supplier')) {
|
||||
$o = Supplier::where('name','like',$this->option('supplier'))->singleOrFail();
|
||||
|
||||
Job::dispatch($o);
|
||||
Job::dispatchSync($o);
|
||||
return;
|
||||
}
|
||||
|
||||
foreach (Supplier::active()->get() as $o)
|
||||
Job::dispatch($o);
|
||||
Job::dispatchSync($o);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user