Bugsnag\BugsnagLaravel\Commands\DeployCommand::fire PHP Метод

fire() публичный Метод

Execute the console command.
public fire ( ) : void
Результат void
    public function fire()
    {
        Bugsnag::deploy($this->option('repository'), $this->option('branch'), $this->option('revision'));
        $this->info('Notified Bugsnag of the deploy!');
    }
DeployCommand