Completed
Push — master ( 587da3...730998 )
by Mahmoud
03:38
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.