aboutsummaryrefslogtreecommitdiff
path: root/src/controllers/CompetitionController.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/controllers/CompetitionController.php')
-rw-r--r--src/controllers/CompetitionController.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/controllers/CompetitionController.php b/src/controllers/CompetitionController.php
index c169492..f54c11d 100644
--- a/src/controllers/CompetitionController.php
+++ b/src/controllers/CompetitionController.php
@@ -1,6 +1,7 @@
<?php
-namespace CamilStaps\BotleaguesApi;
+namespace CamilStaps\BotleaguesApi\Controllers;
+use CamilStaps\BotleaguesApi\Database\Competition;
use Illuminate\Support\Facades\Input;
class CompetitionController extends BaseController {