Update KeyController.php

This commit is contained in:
Thomas G 2022-10-06 15:08:48 +11:00
parent 903d766906
commit 8dc559c106
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ use Webpatser\Uuid\Uuid;
use App\Models\InviteKey;
use App\Models\User;
// TODO: Make it so users cannot make an invite key as soon as they join.
class KeyController extends Controller
{
public function index()