Nwidart\Modules\Commands\PublishCommand::fire PHP Méthode

fire() public méthode

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