Sfoglia il codice sorgente

Update Status model

Daniel Supernault 6 anni fa
parent
commit
19aba9166a
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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()