Console commands need to use dispatch still

This commit is contained in:
James Brooks 2018-06-26 07:36:16 +01:00
parent 8bb8ee3dc7
commit e4d49510ba

View File

@ -42,6 +42,6 @@ class BeaconCommand extends Command
*/
public function fire()
{
execute(new SendBeaconJob());
dispatch(new SendBeaconJob());
}
}