diff options
Diffstat (limited to 'app/Api/File.php')
-rw-r--r-- | app/Api/File.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Api/File.php b/app/Api/File.php index 5b82179c..97aa9d82 100644 --- a/app/Api/File.php +++ b/app/Api/File.php @@ -8,7 +8,7 @@ namespace Api; * @package api * @author Frederic Guillot */ -class File extends Base +class File extends \Core\Base { public function getFile($file_id) { |