Skip to content

Commit 16ca3f3

Browse files
authored
Update ViewWatcher.php
1 parent 7a8d2b4 commit 16ca3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Watchers/ViewWatcher.php

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

55
use Closure;
66
use Illuminate\Contracts\View\Factory;
7+
use Illuminate\Contracts\View\View as ViewContract;
78
use Illuminate\Support\Str;
89
use Illuminate\View\View;
9-
use Illuminate\Contracts\View\View as ViewContract;
1010
use Laravel\Telescope\IncomingEntry;
1111
use Laravel\Telescope\Telescope;
1212
use ReflectionFunction;

0 commit comments

Comments
 (0)