This repository has been archived by the owner on May 26, 2023. It is now read-only.
App\Models\User::activeSubscriptions must return a relationship instance. #146
Labels
bug
Something isn't working
When I want to check the user's active subscription with this method
I am facing the following problem
$user->activeSubscriptions
link
If I apply with this method, it works correctly
$user->activeSubscriptions()
Can a user have multiple active subscriptions?
If the answer is negative, this method should return boolean
Thanks for your nice package
The text was updated successfully, but these errors were encountered: