Completed
Push — develop ( f351ab...661889 )
by Adolfo
01:14
created
src/Traits/HasSingleInterval.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Illuminate\Database\Eloquent\Model;
6 6
 use Sagitarius29\LaravelSubscriptions\Contracts\PlanIntervalContract;
7
-use Sagitarius29\LaravelSubscriptions\Entities\PlanInterval;
8 7
 
9 8
 trait HasSingleInterval
10 9
 {
Please login to merge, or discard this patch.
src/Traits/HasSubscriptions.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -55,6 +55,9 @@
 block discarded – undo
55 55
         return $subscription;
56 56
     }
57 57
 
58
+    /**
59
+     * @return PlanIntervalContract
60
+     */
58 61
     public function getActiveSubscription(): ?SubscriptionContact
59 62
     {
60 63
         return $this->subscriptions()
Please login to merge, or discard this patch.