singleton(DashboardFactory::class, fn () => new DashboardFactory()); } /** * Bootstrap services. * * @return void */ public function boot() { } }