0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-05-17 05:42:06 +00:00

Addressed test failures from users API changes

This commit is contained in:
Dan Brown 2022-02-04 01:02:13 +00:00
parent 46e6e239dc
commit c8be6ee8a6
No known key found for this signature in database
GPG key ID: 46D9F943C24A2EF9
5 changed files with 9 additions and 5 deletions
app/Http/Controllers

View file

@ -140,6 +140,7 @@ class UserController extends Controller
'language' => ['string'],
'roles' => ['array'],
'roles.*' => ['integer'],
'external_auth_id' => ['string'],
'profile_image' => array_merge(['nullable'], $this->getImageValidationRules()),
]);