@@ -3,9 +3,6 @@ |
||
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 | { |