]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/security/BanManagerTest.php
Move utils classes to Shaarli\Helper namespace and folder
[github/shaarli/Shaarli.git] / tests / security / BanManagerTest.php
index 22aa86661ad8309edc6ecf245c9833b9c14898c8..29d2791b0198b1ec3b8787799b6f51f860e60381 100644 (file)
@@ -4,7 +4,7 @@
 namespace Shaarli\Security;
 
 use Psr\Log\LoggerInterface;
-use Shaarli\FileUtils;
+use Shaarli\Helper\FileUtils;
 use Shaarli\TestCase;
 
 /**