|
@@ -4,8 +4,8 @@ |
|
|
block discarded – undo |
|
4
|
4
|
|
|
5
|
5
|
use Illuminate\Database\Eloquent\Builder; |
|
6
|
6
|
use Illuminate\Database\Eloquent\Model; |
|
7
|
|
-use Sagitarius29\LaravelSubscriptions\Contracts\PlanContract; |
|
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 |
Please login to merge, or discard this patch.