Added Telescope

This commit is contained in:
2025-02-18 18:36:55 +01:00
parent 77968e7619
commit e1d7a19f6c
11 changed files with 434 additions and 1 deletions

View File

@ -3,4 +3,5 @@
return [
App\Providers\AppServiceProvider::class,
App\Providers\BrowserJobsServiceProvider::class,
App\Providers\TelescopeServiceProvider::class,
];