Streamline view rendering
This commit is contained in:
@ -72,9 +72,11 @@ class BaseKernel
|
||||
|
||||
echo $response->getBody();
|
||||
|
||||
echo '<pre>';
|
||||
foreach ($log->getLogs() as $log) {
|
||||
echo sprintf('<p>%s</p>', $log);
|
||||
echo sprintf('%s<br>', $log);
|
||||
}
|
||||
echo '</pre>';
|
||||
}
|
||||
|
||||
protected function addControllers(ContainerInterface $container, array $controllers): void
|
||||
|
Reference in New Issue
Block a user