diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-02-20 15:31:26 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-02-20 15:31:26 -0500 |
commit | 0261c751cf539030f47756bc1ea1650123ed2312 (patch) | |
tree | f2a1f4d09b1b26f228b9fe055a8ebceb5f71ca75 /app/Api/File.php | |
parent | fc468088c3b39bc4e9d185683442db1d36b61e23 (diff) |
Fix cosmetic issues and update api documentation
Diffstat (limited to 'app/Api/File.php')
-rw-r--r-- | app/Api/File.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Api/File.php b/app/Api/File.php index e4204e6d..71c31c76 100644 --- a/app/Api/File.php +++ b/app/Api/File.php @@ -2,7 +2,6 @@ namespace Kanboard\Api; -use Kanboard\Core\Base; use Kanboard\Core\ObjectStorage\ObjectStorageException; /** |