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