@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php namespace Arcanedev\LogViewer\Commands; |
2 | 2 | |
3 | -use File; |
|
4 | 3 | use Arcanedev\LogViewer\Contracts\LogViewer; |
4 | +use File; |
|
5 | 5 | |
6 | 6 | /** |
7 | 7 | * Class ClearLogsCommand |