comments entity
This commit is contained in:
@ -56,6 +56,14 @@ namespace frontend\modules\api\models;
|
||||
* ),
|
||||
*)
|
||||
*
|
||||
* @OA\Schema(
|
||||
* schema="CommentExample",
|
||||
* type="array",
|
||||
* @OA\Items(
|
||||
* ref="#/components/schemas/Comment",
|
||||
* ),
|
||||
*)
|
||||
*
|
||||
*/
|
||||
class Comment extends \common\models\Comment
|
||||
{
|
||||
|
Reference in New Issue
Block a user