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