kekrozsak/src/KekRozsak/FrontBundle/Entity/Comment.php

14 lines
163 B
PHP

<?php
/*
* Required for the commentable interface
*
* id
* createdBy
* createdAt
* updatedBy
* updatedAt
* updateReason
* title (nullable)
* content
*/