Lookitsatravis\Listify\ListifyServiceProvider::registerConsoleCommands PHP Méthode

registerConsoleCommands() protected méthode

Register the package console commands.
protected registerConsoleCommands ( ) : void
Résultat void
    protected function registerConsoleCommands()
    {
        $this->registerListifyAttach();
        $this->commands(['listify.attach']);
    }