diff -r 01a844d292ac -r 00e2916104fe server/src/bootstrap/autoload.php --- a/server/src/bootstrap/autoload.php Mon Jun 15 19:30:32 2015 +0200 +++ b/server/src/bootstrap/autoload.php Tue Jun 23 17:01:39 2015 +0200 @@ -27,7 +27,7 @@ | */ -$compiledPath = __DIR__.'/../vendor/compiled.php'; +$compiledPath = __DIR__.'/cache/compiled.php'; if (file_exists($compiledPath)) {