We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e05d55a commit e87b140Copy full SHA for e87b140
ProcessMaker/Jobs/RefreshArtisanCaches.php
@@ -39,7 +39,7 @@ public function handle()
39
// Run in a separate process to avoid the tenant being set.
40
// We do not use a tenant-specific config cache file.
41
Process::path(base_path())
42
- ->env(['TENANT' => ''])
+ ->env(['TENANT' => false, 'APP_URL' => false])
43
->run(Application::formatCommandString('config:cache'))->throw();
44
} else {
45
Artisan::call('queue:restart', $options);
0 commit comments