]> git.localhorst.tv Git - alttp.git/blob - ParticipantController.php
13d7efbf0c8604da104ca3a9a20e44b1f7f7b468
[alttp.git] / ParticipantController.php
1 <?php
2
3 namespace App\Http\Controllers;
4
5 use Illuminate\Http\Request;
6
7 class ParticipantController extends Controller
8 {
9         //
10 }