Lookitsatravis\Listify\ListifyServiceProvider::registerConsoleCommands PHP Method

registerConsoleCommands() protected method

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