]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/legacy/LegacyLinkDB.php
Move utils classes to Shaarli\Helper namespace and folder
[github/shaarli/Shaarli.git] / application / legacy / LegacyLinkDB.php
index 7bf76fd471087fe0477b935b4cb1bf771ae1ab46..5c02a21b48a69222bee6a3543f36f918b95b402e 100644 (file)
@@ -8,7 +8,7 @@ use DateTime;
 use Iterator;
 use Shaarli\Bookmark\Exception\BookmarkNotFoundException;
 use Shaarli\Exceptions\IOException;
-use Shaarli\FileUtils;
+use Shaarli\Helper\FileUtils;
 use Shaarli\Render\PageCacheManager;
 
 /**