Skip to content

Commit 1d59481

Browse files
committed
problem when core LARAVEL_START is used
1 parent ce2811f commit 1d59481

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bootstrap.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php declare(strict_types = 1);
22

3+
define('LARAVEL_START', microtime(true));
4+
35
$app = require_once __DIR__ . '/../../../bootstrap/app.php';
46

57
$app->make(\Illuminate\Contracts\Console\Kernel::class)->bootstrap();

0 commit comments

Comments
 (0)