therselman 7 years ago
parent
commit
25093e0840
  1. 2
      src/Response.php

2
src/Response.php

@ -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;

Loading…
Cancel
Save