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