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

registerListifyAttach() 보호된 메소드

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