Skip to content

Commit c33d5ba

Browse files
authored
Remove debug mode
1 parent cdf5d53 commit c33d5ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/rest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
require_once __DIR__ . '/../app/AppKernel.php';
1313
require_once __DIR__ . '/../app/AppCache.php';
1414

15-
$kernel = new AppKernel('rest', true, [RestBundle::class]);
15+
$kernel = new AppKernel('rest', false, [RestBundle::class]);
1616
$kernel->loadClassCache();
1717
$kernel = new AppCache($kernel);
1818

0 commit comments

Comments
 (0)