1
0
Fork 0
mirror of synced 2024-10-03 10:46:27 +13:00

removes user id from subscriber model

This commit is contained in:
prateek banga 2023-08-31 18:22:36 +05:30
parent 8d14dcb839
commit 32b48a3c7c

View file

@ -21,12 +21,6 @@ class Subscriber extends Model
'default' => '',
'example' => '259125845563242502',
])
->addRule('userId', [
'type' => self::TYPE_STRING,
'description' => 'User ID.',
'default' => '',
'example' => '259125845563242502',
])
->addRule('targetId', [
'type' => self::TYPE_STRING,
'description' => 'Target ID.',