Completed
Push — master ( 1cf83a...0fd60a )
by Eric
15:08
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.
src/Console/Commands/CreateArticleCommand.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace Ergare17\Articles\Console\Commands;
4 4
 
5
+use Ergare17\Articles\Console\Commands\Traits\AsksForUsers;
5 6
 use Ergare17\Articles\Models\Article;
6 7
 use Illuminate\Console\Command;
7 8
 use Mockery\Exception;
8
-use Ergare17\Articles\Console\Commands\Traits\AsksForUsers;
9 9
 
10 10
 class CreateArticleCommand extends Command
11 11
 {
Please login to merge, or discard this patch.