Completed
Push — master ( e1543f...d374d7 )
by Adolfo
20s queued 10s
created
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.