Skip to content

Commit 46bbb97

Browse files
Updated the illuminate renderer dependencies
1 parent 888e44f commit 46bbb97

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Renderer/Illuminate.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use Coreplex\Core\Contracts\Renderer;
66
use Coreplex\Core\Exceptions\ViewNotFoundException;
7-
use Illuminate\Contracts\View\View;
7+
use Illuminate\Contracts\View\Factory;
88

99
class Illuminate implements Renderer
1010
{
@@ -15,7 +15,7 @@ class Illuminate implements Renderer
1515
*/
1616
protected $view;
1717

18-
public function __construct(View $view)
18+
public function __construct(Factory $view)
1919
{
2020
$this->view = $view;
2121
}

0 commit comments

Comments
 (0)