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

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,
],