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