Merge branch 'develop' of github.com:taylorotwell/laravel into develop
This commit is contained in:
commit
df235f3fb7
|
@ -20,6 +20,7 @@
|
|||
define('APP_PATH', realpath('../application').'/');
|
||||
define('SYS_PATH', realpath('../system').'/');
|
||||
define('BASE_PATH', realpath('../').'/');
|
||||
define('PUBLIC_PATH', realpath(__DIR__.'/'));
|
||||
|
||||
// --------------------------------------------------------------
|
||||
// Define the PHP file extension.
|
||||
|
|
Loading…
Reference in New Issue