Skip to content

Commit 6a2dc10

Browse files
committed
Do not override package cache path yet
1 parent bc9afa0 commit 6a2dc10

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ProcessMaker/Multitenancy/TenantBootstrapper.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ private function setTenantEnvironmentVariables($app, $tenantData)
6666
$config = json_decode($tenantData['config'], true);
6767

6868
$this->set('APP_CONFIG_CACHE', $app->basePath('storage/tenant_' . $tenantId . '/config.php'));
69+
// Do not override packages cache path for now. Wait until the License service is updated.
70+
// $this->set('APP_PACKAGES_CACHE', $app->basePath('storage/tenant_' . $tenantId . '/packages.php'));
6971
$this->set('LARAVEL_STORAGE_PATH', $app->basePath('storage/tenant_' . $tenantId));
7072
$this->set('APP_URL', $config['app.url']);
7173
$this->set('APP_KEY', $this->decrypt($config['app.key']));

0 commit comments

Comments
 (0)