Lookitsatravis\Listify\ListifyServiceProvider::registerConsoleCommands PHP Метод

registerConsoleCommands() защищенный Метод

Register the package console commands.
protected registerConsoleCommands ( ) : void
Результат void
    protected function registerConsoleCommands()
    {
        $this->registerListifyAttach();
        $this->commands(['listify.attach']);
    }