diff --git a/bootstrap/autoload.php b/bootstrap/autoload.php index 339efedc4..7b20e7446 100644 --- a/bootstrap/autoload.php +++ b/bootstrap/autoload.php @@ -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