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

View file

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