HOR-3626
Moved laravel boot after ProcessMaker loads its evironment constants. (PATH_DATA for shared folder)
This commit is contained in:
@@ -2,10 +2,9 @@
|
||||
use Illuminate\Foundation\Http\Kernel;
|
||||
|
||||
// Because laravel has a __ helper function, it's important we include the class.g file to ensure our __ is used.
|
||||
require_once __DIR__.'/../../gulliver/system/class.g.php';
|
||||
require_once __DIR__.'/../../bootstrap/autoload.php';
|
||||
require_once __DIR__.'/../../bootstrap/app.php';
|
||||
$app->make(Kernel::class)->bootstrap();
|
||||
require_once __DIR__ . '/../../gulliver/system/class.g.php';
|
||||
require_once __DIR__ . '/../../bootstrap/autoload.php';
|
||||
require_once __DIR__ . '/../../bootstrap/app.php';
|
||||
|
||||
|
||||
register_shutdown_function(
|
||||
|
||||
Reference in New Issue
Block a user