diff options
Diffstat (limited to 'src/controllers/GameController.php')
-rw-r--r-- | src/controllers/GameController.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/controllers/GameController.php b/src/controllers/GameController.php index 15062c2..0fbcc1b 100644 --- a/src/controllers/GameController.php +++ b/src/controllers/GameController.php @@ -1,6 +1,7 @@ <?php -namespace CamilStaps\BotleaguesApi; +namespace CamilStaps\BotleaguesApi\Controllers; +use CamilStaps\BotleaguesApi\Database\Game; use Illuminate\Support\Facades\Input; class GameController extends BaseController { |