Moved the defining to the autoload.php file

This commit is contained in:
Graham Campbell
2015-11-04 17:39:16 +00:00
parent 3b7308dccd
commit b8fa1f0111
2 changed files with 2 additions and 2 deletions

View File

@@ -11,6 +11,8 @@
define('LARAVEL_START', microtime(true));
define('CACHET_VERSION', trim(file_get_contents(__DIR__.'/../VERSION')));
/*
|--------------------------------------------------------------------------
| Register The Composer Auto Loader