[WebBundle] fixed typos

This commit is contained in:
Fabien Potencier 2010-04-24 10:50:07 +02:00
parent d498de88f0
commit 0255508c15
2 changed files with 2 additions and 2 deletions

View File

@ -3,4 +3,4 @@
require_once __DIR__.'/../{{ application }}/{{ class }}Kernel.php';
$kernel = new {{ class }}Kernel('prod', false);
$kernel->handler()->send();
$kernel->handle()->send();

View File

@ -10,4 +10,4 @@ if (!in_array(@$_SERVER['REMOTE_ADDR'], array('127.0.0.1', '::1')))
require_once __DIR__.'/../{{ application }}/{{ class }}Kernel.php';
$kernel = new {{ class }}Kernel('dev', true);
$kernel->handler()->send();
$kernel->handle()->send();