Skip to content

Commit e87b140

Browse files
committed
Disable some env vars
1 parent e05d55a commit e87b140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ProcessMaker/Jobs/RefreshArtisanCaches.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function handle()
3939
// Run in a separate process to avoid the tenant being set.
4040
// We do not use a tenant-specific config cache file.
4141
Process::path(base_path())
42-
->env(['TENANT' => ''])
42+
->env(['TENANT' => false, 'APP_URL' => false])
4343
->run(Application::formatCommandString('config:cache'))->throw();
4444
} else {
4545
Artisan::call('queue:restart', $options);

0 commit comments

Comments
 (0)