- vendor updates

- composer dumping fix
This commit is contained in:
Čarodej
2022-07-01 09:10:59 +02:00
parent 751cc6db1b
commit b79184bee1
2 changed files with 153 additions and 158 deletions

View File

@@ -49,7 +49,7 @@ class AppServiceProvider extends ServiceProvider
private function setSubscriptionConfig(): void
{
if (app()->runningUnitTests()) {
if (app()->runningUnitTests() || app()->runningInConsole()) {
return;
}