Completed
Push — master ( a2cda5...65eea1 )
by Nikan
02:04 queued 01:02
created
src/LaravelCafebazaar.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace Nikandlv\LaravelCafebazaar;
4 4
 
5 5
 use Exception;
6
-use Illuminate\Support\Facades\Cache;
7 6
 use Illuminate\Http\Request;
7
+use Illuminate\Support\Facades\Cache;
8 8
 
9 9
 class LaravelCafebazaar {
10 10
     
Please login to merge, or discard this patch.
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.