浏览代码

Update Status model

Daniel Supernault 6 年之前
父节点
当前提交
19aba9166a
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      app/Status.php

+ 2 - 1
app/Status.php

@@ -40,7 +40,8 @@ class Status extends Model
         'story',
         'story:reply',
         'story:reaction',
-        'story:live'
+        'story:live',
+        'loop'
     ];
 
     public function profile()