Skip to content

Commit

Permalink
Fix the @return values
Browse files Browse the repository at this point in the history
  • Loading branch information
Konafets committed Apr 19, 2017
1 parent 3b98ef7 commit 55e068e
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 55e068e

Please sign in to comment.