Adamgoose\Console\EventScanCommand::fire PHP 메소드

fire() 공개 메소드

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