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