-
src/Platform/Providers/FoundationServiceProvider.php
Open in GitHubuse Illuminate\Support\ServiceProvider; use Orchid\Platform\Dashboard; class FoundationServiceProvider extends ServiceProvider { // public function register(): void { // $this->app->singleton(Dashboard::class, static function () { return new Dashboard(); }); // } }