PMC-1165 The application is using two different paths for the Laravel cache files
This commit is contained in:
@@ -8,6 +8,7 @@ use Illuminate\Foundation\Exceptions\Handler;
|
||||
use Illuminate\Foundation\Http\Kernel as Kernel3;
|
||||
use Monolog\Formatter\LineFormatter;
|
||||
use Monolog\Handler\RotatingFileHandler;
|
||||
use ProcessMaker\Core\System;
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@@ -50,6 +51,8 @@ $app->singleton(
|
||||
Handler::class
|
||||
);
|
||||
|
||||
$app->useStoragePath(System::getPathsInstalled()->pathData);
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Return The Application
|
||||
|
||||
Reference in New Issue
Block a user