Skip to content

Commit

Permalink
Merge pull request gerardojbaez#8 from Konafets/patch-2
Browse files Browse the repository at this point in the history
Fix the @return values
  • Loading branch information
gerardojbaez committed Apr 19, 2017
2 parents 3b98ef7 + 55e068e commit 0fcb602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LaraPlans/SubscriptionUsageManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ class SubscriptionUsageManager
/**
* Subscription model instance.
*
* @var \Illuminate\Database\Eloqunet\Model
* @var \Illuminate\Database\Eloquent\Model
*/
protected $subscription;

/**
* Create new Subscription Usage Manager instance.
*
* @param \Illuminate\Database\Eloqunet\Model $subscription
* @param \Illuminate\Database\Eloquent\Model $subscription
*/
public function __construct($subscription)
{
Expand Down

0 comments on commit 0fcb602

Please sign in to comment.