소스 검색

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()