Skip to content

Commit

Permalink
Fix the @return value
Browse files Browse the repository at this point in the history
Change Subscription to PlanSubscription
  • Loading branch information
Konafets committed Apr 18, 2017
1 parent 22bd7ac commit b7c8640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaraPlans/Traits/PlanSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ trait PlanSubscriber
* Get a subscription by name.
*
* @param string $name
* @return \Gerardojbaez\LaraPlans\Models\Subscription|null
* @return \Gerardojbaez\LaraPlans\Models\PlanSubscription|null
*/
public function subscription($name = 'default')
{
Expand Down

0 comments on commit b7c8640

Please sign in to comment.