Failed Conditions
Pull Request — master (#271)
by Rafael
03:20
created
src/Models/Subscription.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Canvas\Models;
4 4
 
5
+use Carbon\Carbon;
5 6
 use Phalcon\Cashier\Subscription as PhalconSubscription;
6
-use Canvas\Http\Exception\InternalServerErrorException;
7 7
 use Phalcon\Di;
8
-use Carbon\Carbon;
9 8
 
10 9
 /**
11 10
  * Trait Subscription.
Please login to merge, or discard this patch.