Fix commands

This commit is contained in:
James Brooks
2018-06-26 08:25:09 +01:00
parent 394cfe7a25
commit f3efbd9809
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ class BeaconCommand extends Command
*
* @return void
*/
public function fire()
public function handle()
{
dispatch(new SendBeaconJob());
}