Collective\Annotations\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!');
    }