Browse Source

Update StatusController

Daniel Supernault 6 năm trước cách đây
mục cha
commit
13aaf64412
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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',
         ]);