Skip to content

Commit 6eea39d

Browse files
committed
symfony 2.8 bootstrap
1 parent fb0ed54 commit 6eea39d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bootstraps/Symfony.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function getApplication()
5959
} else {
6060
$loader = require_once __DIR__.'./app/bootstrap.php.cache';
6161
require_once __DIR__.'/../app/AppKernel.php';
62-
$kernel = new AppKernel('prod', false);
62+
$kernel = new AppKernel($this->appenv, $this->debug);
6363

6464
}
6565

0 commit comments

Comments
 (0)