Remove validated override (#860)

This commit is contained in:
MartinOscar 2025-01-04 19:36:22 +01:00 committed by GitHub
parent 17805f676e
commit df615f6915
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,11 +29,6 @@ class StoreUserRequest extends ApplicationApiRequest
])->toArray();
}
public function validated($key = null, $default = null): array
{
return parent::validated();
}
/**
* Rename some fields to be more user friendly.
*/