Skip to content

Commit d45e1f4

Browse files
committed
Fixed an example code
1 parent a23d82d commit d45e1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

request/multiple_kernels.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class instead of the usual ``AppKernel`` class::
4646

4747
// web/api.php
4848
// ...
49-
$kernel = new ApiKernel('prod', true);
49+
$kernel = new ApiKernel('prod', false);
5050
// ...
5151

5252
// web/api_dev.php

0 commit comments

Comments
 (0)