]> BookStack Code Mirror - bookstack/blobdiff - app/Activity/Models/Comment.php
Comments: Added back-end content reference handling
[bookstack] / app / Activity / Models / Comment.php
index d0385d3962f63f3766f88a4855cf738194796cd6..91cea4fe0e3b62526ed5cfa982e869ef6a4ef551 100644 (file)
@@ -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
 {