Skip to content

Commit e2dd956

Browse files
committed
formatted
1 parent fdbe751 commit e2dd956

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

laracore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ use LaraCore\Framework\Application;
44

55
define('DS', DIRECTORY_SEPARATOR);
66
define('ROOT', dirname(__FILE__));
7-
$autoload = ROOT.DS.'vendor'.DS.'autoload.php';
7+
$autoload = ROOT . DS . 'vendor' . DS . 'autoload.php';
88
try {
9-
if(file_exists($autoload)) {
9+
if (file_exists($autoload)) {
1010
require_once($autoload);
1111
} else {
1212
throw new Exception('Autoload file not found.');

0 commit comments

Comments
 (0)