aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/LinkDB.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/LinkDB.php')
-rw-r--r--application/LinkDB.php1
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
3use Shaarli\Exceptions\IOException; 3use Shaarli\Exceptions\IOException;
4use Shaarli\FileUtils;
4 5
5/** 6/**
6 * Data storage for links. 7 * Data storage for links.