mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 05:28:18 +01:00
Console commands need to use dispatch still
This commit is contained in:
parent
8bb8ee3dc7
commit
e4d49510ba
@ -42,6 +42,6 @@ class BeaconCommand extends Command
|
||||
*/
|
||||
public function fire()
|
||||
{
|
||||
execute(new SendBeaconJob());
|
||||
dispatch(new SendBeaconJob());
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user