mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-09 04:26:36 +08:00
Addressed test failures from users API changes
This commit is contained in:
@ -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()),
|
||||
]);
|
||||
|
||||
|
Reference in New Issue
Block a user