diff options
author | Camil Staps | 2015-05-18 12:07:45 +0200 |
---|---|---|
committer | Camil Staps | 2015-05-18 12:07:45 +0200 |
commit | 6b4b53c1e2ce76a2216b5fe40a90a220ef42da41 (patch) | |
tree | a375d8bbf15819bb67ec9ddd7f9b44956516908e /src/controllers/BaseController.php | |
parent | First attempt (diff) |
Seems to work
Diffstat (limited to 'src/controllers/BaseController.php')
-rw-r--r-- | src/controllers/BaseController.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controllers/BaseController.php b/src/controllers/BaseController.php index 35117e2..78bda5f 100644 --- a/src/controllers/BaseController.php +++ b/src/controllers/BaseController.php @@ -1,10 +1,10 @@ <?php namespace CamilStaps\BotleaguesApi\Controllers; -use \Dingo\Api\Routing\ControllerTrait; +use \Dingo\Api\Routing\Helpers; class BaseController extends \Illuminate\Routing\Controller { - use ControllerTrait; + use Helpers; }
\ No newline at end of file |