Update KeyController.php
This commit is contained in:
parent
903d766906
commit
8dc559c106
|
|
@ -9,6 +9,8 @@ use Webpatser\Uuid\Uuid;
|
||||||
use App\Models\InviteKey;
|
use App\Models\InviteKey;
|
||||||
use App\Models\User;
|
use App\Models\User;
|
||||||
|
|
||||||
|
// TODO: Make it so users cannot make an invite key as soon as they join.
|
||||||
|
|
||||||
class KeyController extends Controller
|
class KeyController extends Controller
|
||||||
{
|
{
|
||||||
public function index()
|
public function index()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue