Nwidart\Modules\Commands\UpdateCommand::fire PHP 메소드

fire() 공개 메소드

Execute the console command.
public fire ( ) : mixed
리턴 mixed
    public function fire()
    {
        $this->laravel['modules']->update($name = $this->getModuleName());
        $this->info("Module [{$name}] updated successfully.");
    }