Adamgoose\Console\EventScanCommand::fire PHP Method

fire() public method

Execute the console command.
public fire ( ) : void
return void
    public function fire()
    {
        $this->files->put($this->getOutputPath(), $this->getEventDefinitions());
        $this->info('Events scanned!');
    }