Ver Fonte

Update Status model

Daniel Supernault há 6 anos atrás
pai
commit
19aba9166a
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      app/Status.php

+ 2 - 1
app/Status.php

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