add telescope for debugging

This commit is contained in:
Andras Bacsai
2024-08-23 16:53:13 +02:00
parent 6fbdfee3e7
commit 355352417e
13 changed files with 442 additions and 2 deletions

View File

@@ -199,6 +199,7 @@ return [
App\Providers\EventServiceProvider::class,
App\Providers\HorizonServiceProvider::class,
App\Providers\RouteServiceProvider::class,
App\Providers\TelescopeServiceProvider::class,
],