Commit
This commit is contained in:
parent
e234537647
commit
8fe8c67b6a
@ -3,7 +3,7 @@
|
|||||||
use App\Teamtable\Team;
|
use App\Teamtable\Team;
|
||||||
|
|
||||||
$item = filter_input(INPUT_GET, 'item', FILTER_VALIDATE_INT);
|
$item = filter_input(INPUT_GET, 'item', FILTER_VALIDATE_INT);
|
||||||
$confirm = filter_input(INPUT_GET, 'confirm', FILTER_VALIDATE_BOOL);
|
$confirm = filter_input(INPUT_GET, 'confirm', FILTER_VALIDATE_BOOLEAN);
|
||||||
|
|
||||||
$model = $app->model('Teamtable');
|
$model = $app->model('Teamtable');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user