mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
- vendor updates
- composer dumping fix
This commit is contained in:
@@ -49,7 +49,7 @@ class AppServiceProvider extends ServiceProvider
|
||||
|
||||
private function setSubscriptionConfig(): void
|
||||
{
|
||||
if (app()->runningUnitTests()) {
|
||||
if (app()->runningUnitTests() || app()->runningInConsole()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user