Completed
Push — master ( 967198...92379d )
by Eric
22:59 queued 07:56
created
src/Console/Commands/DeleteArticleCommand.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 Ergare17\Articles\Console\Commands\Traits\AsksForArticles;
6 6
 use Ergare17\Articles\Models\Article;
7
-use http\Exception;
8 7
 use Illuminate\Console\Command;
8
+use http\Exception;
9 9
 
10 10
 class DeleteArticleCommand extends Command
11 11
 {
Please login to merge, or discard this patch.
src/Console/Commands/ListArticlesCommand.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 App\User;
6 6
 use Ergare17\Articles\Models\Article;
7
-use http\Exception;
8 7
 use Illuminate\Console\Command;
8
+use http\Exception;
9 9
 
10 10
 class ListArticlesCommand extends Command
11 11
 {
Please login to merge, or discard this patch.