Completed
Push — master ( b7a0ae...fe4c38 )
by Eric
02:41
created
src/Console/Commands/DeleteArticleCommand.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 Ergare17\Articles\Console\Commands;
4 4
 
5 5
 use Ergare17\Articles\Models\Article;
6
-use http\Exception;
7 6
 use Illuminate\Console\Command;
7
+use http\Exception;
8 8
 
9 9
 class DeleteArticleCommand extends Command
10 10
 {
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
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace Ergare17\Articles\Console\Commands;
4 4
 
5 5
 use Ergare17\Articles\Models\Article;
6
-use http\Exception;
7 6
 use Illuminate\Console\Command;
7
+use http\Exception;
8 8
 
9 9
 class ListArticlesCommand extends Command
10 10
 {
Please login to merge, or discard this patch.