gerardojbaez / laraplans

SaaS style recurring plans for Laravel.
http://laraplans.readthedocs.io
MIT License
180 stars 80 forks source link

Add the ability to return the plan of a subscription #9

Closed Konafets closed 7 years ago

Konafets commented 7 years ago

Subscriptions should be able to return their plans. This PR adds the eloquent relation to the Subscription.

Konafets commented 7 years ago

Ok, found the exact same method in BelongsToPlan trait :-)