X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/5bf75786c6326f4c2ef5df577a1062aeacce7bff..refs/pull/5721/head:/app/Activity/Models/Comment.php diff --git a/app/Activity/Models/Comment.php b/app/Activity/Models/Comment.php index d0385d396..91cea4fe0 100644 --- a/app/Activity/Models/Comment.php +++ b/app/Activity/Models/Comment.php @@ -19,6 +19,8 @@ use Illuminate\Database\Eloquent\Relations\MorphTo; * @property int $entity_id * @property int $created_by * @property int $updated_by + * @property string $content_ref + * @property bool $archived */ class Comment extends Model implements Loggable {