mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
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));
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user