From 25093e084068ee3ca35dabd49ccbd4b6a4c730db Mon Sep 17 00:00:00 2001 From: therselman Date: Thu, 13 Jul 2017 13:27:23 +0200 Subject: [PATCH] --- src/Response.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Response.php b/src/Response.php index d25b202..233e3f7 100644 --- a/src/Response.php +++ b/src/Response.php @@ -27,7 +27,7 @@ class Response private $renderer = null; - function __construct(Container $c, string $layout, $mixed) + function __construct(Container $c, callable $layout, $mixed) { $this->container = $c;