Completed
Push — master ( 879f95...539494 )
by Costin
01:27
created
src/FileEncrypter.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.