diff --git a/src/B8Framework/Controller.php b/src/B8Framework/Controller.php index ac9e2171..03bbf47e 100644 --- a/src/B8Framework/Controller.php +++ b/src/B8Framework/Controller.php @@ -39,7 +39,7 @@ abstract class Controller public function __construct(Config $config, Request $request, Response $response) { - $this->config = $config; + $this->config = $config; $this->request = $request; $this->response = $response; } diff --git a/src/PHPCensor/View/exception.phtml b/src/PHPCensor/View/exception.phtml index 74f97fd0..dddfdd01 100644 --- a/src/PHPCensor/View/exception.phtml +++ b/src/PHPCensor/View/exception.phtml @@ -3,7 +3,15 @@
+ = $exception->getTraceAsString(); ?> +