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