aboutsummaryrefslogtreecommitdiff
path: root/src/controllers/BaseController.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/controllers/BaseController.php')
-rw-r--r--src/controllers/BaseController.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/controllers/BaseController.php b/src/controllers/BaseController.php
new file mode 100644
index 0000000..2cc52c5
--- /dev/null
+++ b/src/controllers/BaseController.php
@@ -0,0 +1,10 @@
+<?php
+namespace CamilStaps\BotleaguesApi;
+
+use \Dingo\Api\Routing\ControllerTrait;
+
+class BaseController extends \Illuminate\Routing\Controller {
+
+ use ControllerTrait;
+
+} \ No newline at end of file