app->singleton( 'admin', Component::class ); } public function boot() { $this->app->resolve( 'admin' )->boot(); } }