Test Failed
Pull Request — master (#14)
by Justin
04:12
created
src/Billable.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -162,7 +162,7 @@
 block discarded – undo
162 162
      */
163 163
     public function onPlan($plan)
164 164
     {
165
-        return !is_null($this->subscriptions->first(function ($value) use ($plan) {
165
+        return !is_null($this->subscriptions->first(function($value) use ($plan) {
166 166
             return $value->plan === $plan && $value->valid();
167 167
         }));
168 168
     }
Please login to merge, or discard this patch.