Skip to content

Commit

Permalink
Make Integrations index the default Nova admin page
Browse files Browse the repository at this point in the history
  • Loading branch information
Anahkiasen committed Jul 3, 2024
1 parent 2f5d514 commit f0451d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Providers/NovaServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
namespace App\Providers;

use App\Nova\Dashboards\Main;
use App\Nova\Resources\Integration;
use Illuminate\Support\Facades\Gate;
use Illuminate\Support\Facades\Schema;
use Laravel\Nova\Dashboard;
Expand Down Expand Up @@ -53,5 +54,6 @@ protected function dashboards(): array

public function register(): void
{
Nova::initialPath('/resources/'.Integration::uriKey());
}
}

0 comments on commit f0451d8

Please sign in to comment.