Explorar el Código

Update Status model

Daniel Supernault hace 6 años
padre
commit
19aba9166a
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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()