We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdbe751 commit e2dd956Copy full SHA for e2dd956
laracore
@@ -4,9 +4,9 @@ use LaraCore\Framework\Application;
4
5
define('DS', DIRECTORY_SEPARATOR);
6
define('ROOT', dirname(__FILE__));
7
-$autoload = ROOT.DS.'vendor'.DS.'autoload.php';
+$autoload = ROOT . DS . 'vendor' . DS . 'autoload.php';
8
try {
9
- if(file_exists($autoload)) {
+ if (file_exists($autoload)) {
10
require_once($autoload);
11
} else {
12
throw new Exception('Autoload file not found.');
0 commit comments