Completed
Branch master (16c172)
by Stephen
05:41
created
app/Console/Commands/LiteBlog.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,9 +3,6 @@
 block discarded – undo
3 3
 namespace App\Console\Commands;
4 4
 
5 5
 use Illuminate\Console\Command;
6
-use Illuminate\Support\Facades\Artisan;
7
-use Illuminate\Support\Facades\Log;
8
-use Symfony\Component\Console\Output\OutputInterface;
9 6
 
10 7
 class LiteBlog extends Command
11 8
 {
Please login to merge, or discard this patch.