1
0
Fork 0

Update StatusController

This commit is contained in:
Daniel Supernault 2018-12-03 13:17:46 -07:00
parent 0376a497ba
commit 13aaf64412
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 0 additions and 1 deletions

View File

@ -142,7 +142,6 @@ class StatusController extends Controller
$this->authCheck();
$this->validate($request, [
'type' => 'required|string',
'item' => 'required|integer|min:1',
]);