Nwidart\Modules\Commands\UpdateCommand::fire PHP Method

fire() public method

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