Console commands need to use dispatch still
This commit is contained in:
@@ -42,6 +42,6 @@ class BeaconCommand extends Command
|
||||
*/
|
||||
public function fire()
|
||||
{
|
||||
execute(new SendBeaconJob());
|
||||
dispatch(new SendBeaconJob());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user