diff options
Diffstat (limited to 'src/controllers')
-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 |