Skip to content

Commit 8465ecf

Browse files
authored
Use View contract rather than implementation (#35920)
1 parent 0076fc9 commit 8465ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/View/Concerns/ManagesComponents.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
use Closure;
66
use Illuminate\Contracts\Support\Htmlable;
7+
use Illuminate\Contracts\View\View;
78
use Illuminate\Support\Arr;
89
use Illuminate\Support\HtmlString;
9-
use Illuminate\View\View;
1010
use InvalidArgumentException;
1111

1212
trait ManagesComponents

0 commit comments

Comments
 (0)