@@ -3,11 +3,11 @@ |
||
3 | 3 | namespace Sagitarius29\LaravelSubscriptions\Traits; |
4 | 4 | |
5 | 5 | use Carbon\Carbon; |
6 | -use Sagitarius29\LaravelSubscriptions\Entities\PlanInterval; |
|
7 | -use Sagitarius29\LaravelSubscriptions\Entities\Subscription; |
|
8 | 6 | use Sagitarius29\LaravelSubscriptions\Contracts\PlanContract; |
9 | -use Sagitarius29\LaravelSubscriptions\Contracts\SubscriptionContact; |
|
10 | 7 | use Sagitarius29\LaravelSubscriptions\Contracts\PlanIntervalContract; |
8 | +use Sagitarius29\LaravelSubscriptions\Contracts\SubscriptionContact; |
|
9 | +use Sagitarius29\LaravelSubscriptions\Entities\PlanInterval; |
|
10 | +use Sagitarius29\LaravelSubscriptions\Entities\Subscription; |
|
11 | 11 | use Sagitarius29\LaravelSubscriptions\Exceptions\SubscriptionErrorException; |
12 | 12 | |
13 | 13 | trait HasSubscriptions |
@@ -2,10 +2,10 @@ |
||
2 | 2 | |
3 | 3 | namespace Sagitarius29\LaravelSubscriptions; |
4 | 4 | |
5 | -use Illuminate\Database\Eloquent\Model; |
|
6 | 5 | use Illuminate\Database\Eloquent\Builder; |
7 | -use Sagitarius29\LaravelSubscriptions\Contracts\PlanContract; |
|
6 | +use Illuminate\Database\Eloquent\Model; |
|
8 | 7 | use Sagitarius29\LaravelSubscriptions\Contracts\GroupContract; |
8 | +use Sagitarius29\LaravelSubscriptions\Contracts\PlanContract; |
|
9 | 9 | use Sagitarius29\LaravelSubscriptions\Contracts\PlanFeatureContract; |
10 | 10 | |
11 | 11 | abstract class Plan extends Model implements PlanContract |