HOR-3626
Fixed CS
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
use Illuminate\Foundation\Console\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';
|
||||
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();
|
||||
|
||||
$scriptDir = dirname(__FILE__).'/';
|
||||
|
||||
Reference in New Issue
Block a user