We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 888e44f commit 46bbb97Copy full SHA for 46bbb97
1 file changed
src/Renderer/Illuminate.php
@@ -4,7 +4,7 @@
4
5
use Coreplex\Core\Contracts\Renderer;
6
use Coreplex\Core\Exceptions\ViewNotFoundException;
7
-use Illuminate\Contracts\View\View;
+use Illuminate\Contracts\View\Factory;
8
9
class Illuminate implements Renderer
10
{
@@ -15,7 +15,7 @@ class Illuminate implements Renderer
15
*/
16
protected $view;
17
18
- public function __construct(View $view)
+ public function __construct(Factory $view)
19
20
$this->view = $view;
21
}
0 commit comments