Skip to content

Commit

Permalink
[WebBundle] fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Apr 24, 2010
1 parent d498de8 commit 0255508
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -3,4 +3,4 @@
require_once __DIR__.'/../{{ application }}/{{ class }}Kernel.php';

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

$kernel = new {{ class }}Kernel('dev', true);
$kernel->handler()->send();
$kernel->handle()->send();

0 comments on commit 0255508

Please sign in to comment.