src/Platform/Providers/FoundationServiceProvider.php
use 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(); }); // }}