Insurance policy so #978 never occurs again

This commit is contained in:
Samuel Georges 2015-03-02 19:01:14 +11:00
parent bc491b7733
commit f0bc711e0f

View File

@ -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