fix: unexpected db query during composer install
This commit is contained in:
parent
fa791857ec
commit
5125862f80
|
|
@ -40,7 +40,7 @@ class AuthServiceProvider extends ServiceProvider
|
||||||
'ReportsManagement.ReadWrite' => 'auth.oauth.scope.reports-management.readwrite',
|
'ReportsManagement.ReadWrite' => 'auth.oauth.scope.reports-management.readwrite',
|
||||||
];
|
];
|
||||||
|
|
||||||
$scopes = Cache::rememberForever('scopes', function () {
|
$scopes = app()->runningConsoleCommand('package:discover') ? [] : Cache::rememberForever('scopes', function () {
|
||||||
return Scope::pluck('description', 'name')->toArray();
|
return Scope::pluck('description', 'name')->toArray();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user