We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26aba8 commit 2c2175eCopy full SHA for 2c2175e
src/actions/CreateAction.php
@@ -45,9 +45,10 @@ class CreateAction extends JsonApiAction
45
* $relatedModels = Relation::find()->where(['id' => $ids])->andWhere([additional conditions])->all();
46
* if(count($relatedModels) < $ids) {
47
* throw new HttpException(422, 'Invalid photos ids');
48
- * }},
+ * }
49
+ * },
50
* ]
- **/
51
+ */
52
53
public $allowedRelations = [];
54
0 commit comments