Update Profile model, add collections relation

pull/1511/head
Daniel Supernault 6 years ago
parent 5623701642
commit 64926762f2
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -291,4 +291,9 @@ class Profile extends Model
{
return $this->hasMany(HashtagFollow::class);
}
public function collections()
{
return $this->hasMany(Collection::class);
}
}

Loading…
Cancel
Save