diff options
Diffstat (limited to 'app/Api/Comment.php')
-rw-r--r-- | app/Api/Comment.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Api/Comment.php b/app/Api/Comment.php index 19b84383..e40968b9 100644 --- a/app/Api/Comment.php +++ b/app/Api/Comment.php @@ -8,7 +8,7 @@ namespace Api; * @package api * @author Frederic Guillot */ -class Comment extends Base +class Comment extends \Core\Base { public function getComment($comment_id) { |