Completed
Push — develop ( e28d64...cdb1f2 )
by Adolfo
01:10
created
src/Plan.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
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
 use Sagitarius29\LaravelSubscriptions\Exceptions\PlanErrorException;
11 11
 
Please login to merge, or discard this patch.