Lookitsatravis\Listify\ListifyServiceProvider::registerListifyAttach PHP Method

registerListifyAttach() protected method

Register the listify command with the container.
protected registerListifyAttach ( ) : void
return void
    protected function registerListifyAttach()
    {
        $this->app->singleton('listify.attach', function ($app) {
            return new Commands\AttachCommand();
        });
    }