Fix running huge via php shell
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
// auto-loading the classes (currently only from application/libs) via Composer's PSR-4 auto-loader
|
||||
// later it might be useful to use a namespace here, but for now let's keep it as simple as possible
|
||||
require '../vendor/autoload.php';
|
||||
require __DIR__ . '/../vendor/autoload.php';
|
||||
|
||||
// start our application
|
||||
new Application();
|
||||
|
||||
Reference in New Issue
Block a user