Skip to content

Commit

Permalink
no admin required
Browse files Browse the repository at this point in the history
  • Loading branch information
rubends committed Jun 6, 2016
1 parent 5092dba commit bda77e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/app/Http/Requests/StoreUserRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ public function rules()
'email' => ['required', 'email', 'unique:users,email'],
'password' => ['required', 'confirmed'],
'firstname' => ['required'],
'lastname' => ['required'],
'admin' => ['required']
'lastname' => ['required']
];
}
}

0 comments on commit bda77e2

Please sign in to comment.