Update Status model

This commit is contained in:
Daniel Supernault 2019-05-28 20:58:38 -06:00
parent f0fd072086
commit 19aba9166a
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 2 additions and 1 deletions

View File

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