passage au templating blade autonome
This commit is contained in:
@@ -88,7 +88,6 @@ class Application
|
||||
|
||||
public function handle()
|
||||
{
|
||||
ob_start(null, 0, PHP_OUTPUT_HANDLER_CLEANABLE | PHP_OUTPUT_HANDLER_FLUSHABLE);
|
||||
try {
|
||||
$this->router->run();
|
||||
} catch (\Exception $ex) {
|
||||
|
||||
Reference in New Issue
Block a user