Skip to content

Commit

Permalink
Use View contract rather than implementation (#35920)
Browse files Browse the repository at this point in the history
  • Loading branch information
inxilpro committed Jan 16, 2021
1 parent 0076fc9 commit 8465ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/View/Concerns/ManagesComponents.php
Expand Up @@ -4,9 +4,9 @@

use Closure;
use Illuminate\Contracts\Support\Htmlable;
use Illuminate\Contracts\View\View;
use Illuminate\Support\Arr;
use Illuminate\Support\HtmlString;
use Illuminate\View\View;
use InvalidArgumentException;

trait ManagesComponents
Expand Down

0 comments on commit 8465ecf

Please sign in to comment.