1
0
Fork 0

Merge pull request #3568 from pixelfed/staging

Update app config, remove telescope provider
This commit is contained in:
daniel 2022-07-01 02:39:11 -06:00 committed by GitHub
commit 0b60d4775a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,
],