We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eca5134 commit 637b8c9Copy full SHA for 637b8c9
src/devtools/project-files/index.php
@@ -1,7 +1,7 @@
1
<?php
2
define('DS', DIRECTORY_SEPARATOR);
3
define('ROOT', __DIR__ . DS . '..' . DS . 'app' . DS);
4
-$config = include ROOT . 'config/config.php';
+$config = include ROOT . 'cache/config/config.cache.php';
5
require ROOT . './../vendor/autoload.php';
6
require ROOT . 'config/services.php';
7
\Ubiquity\controllers\Startup::run($config);
0 commit comments