@@ -2,9 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace SoareCostin\FileVault; |
| 4 | 4 | |
| 5 | -use Exception; |
|
| 6 | -use Illuminate\Support\Str; |
|
| 7 | 5 | use Illuminate\Support\Facades\Storage; |
| 6 | +use Illuminate\Support\Str; |
|
| 8 | 7 | |
| 9 | 8 | class FileVault |
| 10 | 9 | { |