feat: Add Dynamics to main navigation

This commit is contained in:
Daan Meijer
2026-06-15 01:03:38 +02:00
parent c31b4612df
commit 16a6962149
27 changed files with 41 additions and 44 deletions
+7 -3
View File
@@ -1,7 +1,11 @@
<?php
use App\Providers\AppServiceProvider;
use App\Providers\AuthServiceProvider;
use App\Providers\FortifyServiceProvider;
return [
App\Providers\AppServiceProvider::class,
App\Providers\AuthServiceProvider::class,
App\Providers\FortifyServiceProvider::class,
AppServiceProvider::class,
AuthServiceProvider::class,
FortifyServiceProvider::class,
];