diff --git a/app/Profile.php b/app/Profile.php index d84d708a5..70ba38ed7 100644 --- a/app/Profile.php +++ b/app/Profile.php @@ -291,4 +291,9 @@ class Profile extends Model { return $this->hasMany(HashtagFollow::class); } + + public function collections() + { + return $this->hasMany(Collection::class); + } }