From f595fb2786d884dbaf7ec87d53cee920a0655f0e Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Wed, 29 Jul 2015 17:42:48 -0400 Subject: Add first draft of the user api --- app/Api/File.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Api/File.php') 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) { -- cgit v1.2.3