Lookitsatravis\Listify\ListifyServiceProvider::registerConsoleCommands PHP 메소드

registerConsoleCommands() 보호된 메소드

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