Update app config, remove telescope provider

This commit is contained in:
Daniel Supernault 2022-07-01 02:38:32 -06:00
parent feb969b908
commit 785d0f9211
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ return [
App\Providers\HorizonServiceProvider::class,
App\Providers\EventServiceProvider::class,
App\Providers\RouteServiceProvider::class,
App\Providers\TelescopeServiceProvider::class,
// App\Providers\TelescopeServiceProvider::class,
App\Providers\PassportServiceProvider::class,
],