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

fire() public method

Execute the console command.
public fire ( ) : mixed
return mixed
    public function fire()
    {
        if ($name = $this->argument('module')) {
            return $this->publish($name);
        }
        $this->publishAll();
    }