We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf5d53 commit c33d5baCopy full SHA for c33d5ba
web/rest.php
@@ -12,7 +12,7 @@
12
require_once __DIR__ . '/../app/AppKernel.php';
13
require_once __DIR__ . '/../app/AppCache.php';
14
15
-$kernel = new AppKernel('rest', true, [RestBundle::class]);
+$kernel = new AppKernel('rest', false, [RestBundle::class]);
16
$kernel->loadClassCache();
17
$kernel = new AppCache($kernel);
18
0 commit comments