Completed
Push — master ( 7fa276...1dd3a1 )
by Mahmoud
03:24
created
app/Containers/Stripe/Tasks/ChargeWithStripeTask.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use App\Containers\Stripe\Exceptions\StripeApiErrorException;
7 7
 use App\Containers\User\Models\User;
8 8
 use App\Port\Task\Abstracts\Task;
9
-
10 9
 use Cartalyst\Stripe\Stripe;
11 10
 use Exception;
12 11
 use Illuminate\Support\Facades\Config;
Please login to merge, or discard this patch.
app/Port/Test/PHPUnit/Abstracts/TestCase.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Faker\Generator;
6 6
 use Illuminate\Contracts\Console\Kernel as LaravelKernel;
7 7
 //use Illuminate\Foundation\Testing\TestCase as LaravelTestCase;
8
-use Illuminate\Support\Facades\DB;
9 8
 use Laravel\BrowserKitTesting\TestCase as LaravelFivePointThreeTestCaseCompatibilityPackage;
10 9
 use App\Port\Test\PHPUnit\Traits\TestingTrait;
11 10
 
Please login to merge, or discard this patch.
app/Containers/Authorization/UI/API/Controllers/Controller.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
 use App\Containers\Authorization\UI\API\Requests\RevokeUserFromRoleRequest;
27 27
 use App\Containers\Authorization\UI\API\Transformers\PermissionTransformer;
28 28
 use App\Containers\Authorization\UI\API\Transformers\RoleTransformer;
29
-use App\Containers\User\Models\User;
30 29
 use App\Containers\User\UI\API\Transformers\UserTransformer;
31 30
 use App\Port\Controller\Abstracts\PortApiController;
32 31
 
Please login to merge, or discard this patch.