14 lines
163 B
PHP
14 lines
163 B
PHP
<?php
|
|
/*
|
|
* Required for the commentable interface
|
|
*
|
|
* id
|
|
* createdBy
|
|
* createdAt
|
|
* updatedBy
|
|
* updatedAt
|
|
* updateReason
|
|
* title (nullable)
|
|
* content
|
|
*/
|