Completed
Push — master ( 5550e1...679a13 )
by Costin
01:05
created
src/FileVault.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,8 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.