aboutsummaryrefslogtreecommitdiff
path: root/src/controllers/BaseController.php
diff options
context:
space:
mode:
authorCamil Staps2015-05-18 12:07:45 +0200
committerCamil Staps2015-05-18 12:07:45 +0200
commit6b4b53c1e2ce76a2216b5fe40a90a220ef42da41 (patch)
treea375d8bbf15819bb67ec9ddd7f9b44956516908e /src/controllers/BaseController.php
parentFirst attempt (diff)
Seems to work
Diffstat (limited to 'src/controllers/BaseController.php')
-rw-r--r--src/controllers/BaseController.php4
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