|
@@ -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.