1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

Fixed missing attribute

This commit is contained in:
Eldad Fux 2020-06-24 14:30:29 +03:00
parent 6e472d4ef3
commit a43bb0643e

View file

@ -20,7 +20,7 @@ class Membership extends Model
'description' => 'User ID.',
'example' => '5e5ea5c16897e',
])
->addRule('userId', [
->addRule('teamId', [
'type' => 'string',
'description' => 'Team ID.',
'example' => '5e5ea5c16897e',