diff options
author | Camil Staps | 2015-05-14 11:18:12 +0200 |
---|---|---|
committer | Camil Staps | 2015-05-14 11:18:12 +0200 |
commit | a012ea9e7d5dd0baadb549e1460a8339224f37a5 (patch) | |
tree | a74414754eb8d00d21d92d1ca5be274235ac8e52 /src/controllers/CompetitionController.php | |
parent | Password reminders start (diff) |
Own Model class; new namespaces Database and Controllers; RFC2822 dates
Diffstat (limited to 'src/controllers/CompetitionController.php')
-rw-r--r-- | src/controllers/CompetitionController.php | 3 |
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 { |