@@ -2,9 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace ReneDeKat\LaravelViewFileFinder; |
4 | 4 | |
5 | -use InvalidArgumentException; |
|
6 | 5 | use Illuminate\Filesystem\Filesystem; |
7 | 6 | use Illuminate\View\ViewFinderInterface; |
7 | +use InvalidArgumentException; |
|
8 | 8 | |
9 | 9 | class FileViewFinder implements ViewFinderInterface |
10 | 10 | { |