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