Insurance policy so #978 never occurs again
This commit is contained in:
parent
bc491b7733
commit
f0bc711e0f
|
|
@ -2,6 +2,19 @@
|
||||||
|
|
||||||
define('LARAVEL_START', microtime(true));
|
define('LARAVEL_START', microtime(true));
|
||||||
|
|
||||||
|
/*
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
| Register Core Helpers
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
| We cannot rely on Composer's load order when calculating the weight of
|
||||||
|
| each package. This line ensures that the core global helpers are
|
||||||
|
| always given priority one status.
|
||||||
|
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
require __DIR__.'/../vendor/october/rain/src/Support/helpers.php';
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| Register The Composer Auto Loader
|
| Register The Composer Auto Loader
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue