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