This commit is contained in:
therselman 2017-07-13 13:27:23 +02:00
parent 5338577136
commit 25093e0840

View File

@ -27,7 +27,7 @@ class Response
private $renderer = null; private $renderer = null;
function __construct(Container $c, string $layout, $mixed) function __construct(Container $c, callable $layout, $mixed)
{ {
$this->container = $c; $this->container = $c;