Completed
Pull Request — master (#7)
by Nikan
01:07
created
src/LaravelCafebazaarConsole.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Nikandlv\LaravelCafebazaar;
4 4
 
5
-use App\User;
6
-use App\DripEmailer;
7 5
 use Illuminate\Console\Command;
8 6
 
9 7
 class LaravelCafebazaarConsole extends Command {
Please login to merge, or discard this patch.
src/LaravelCafebazaar.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use Exception;
6 6
 use GuzzleHttp\Exception\RequestException;
7
-use Illuminate\Support\Facades\Cache;
8 7
 use Illuminate\Http\Request;
8
+use Illuminate\Support\Facades\Cache;
9 9
 
10 10
 class LaravelCafebazaar {
11 11
     
Please login to merge, or discard this patch.