diff options
Diffstat (limited to 'application/LinkDB.php')
-rw-r--r-- | application/LinkDB.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/LinkDB.php b/application/LinkDB.php index 87a53e2e..a5b42727 100644 --- a/application/LinkDB.php +++ b/application/LinkDB.php | |||
@@ -1,6 +1,7 @@ | |||
1 | <?php | 1 | <?php |
2 | 2 | ||
3 | use Shaarli\Exceptions\IOException; | 3 | use Shaarli\Exceptions\IOException; |
4 | use Shaarli\FileUtils; | ||
4 | 5 | ||
5 | /** | 6 | /** |
6 | * Data storage for links. | 7 | * Data storage for links. |