Completed
Push — dev ( 9392d7...313ec9 )
by James Ekow Abaka
01:32
created
src/filesystem/Directory.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace ntentan\utils\filesystem;
4 4
 
5
+use ntentan\utils\Filesystem;
5 6
 use ntentan\utils\exceptions\FileAlreadyExistsException;
6 7
 use ntentan\utils\exceptions\FileNotFoundException;
7 8
 use ntentan\utils\exceptions\FileNotReadableException;
8 9
 use ntentan\utils\exceptions\FileNotWriteableException;
9
-use ntentan\utils\Filesystem;
10 10
 use ntentan\utils\exceptions\FilesystemException;
11 11
 
12 12
 /**
Please login to merge, or discard this patch.