Browse Source

Update StatusController

Daniel Supernault 6 years ago
parent
commit
13aaf64412
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/Http/Controllers/StatusController.php

+ 0 - 1
app/Http/Controllers/StatusController.php

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