Completed
Push — master ( d0b6e5...91eaa9 )
by 39bac7f6
12:12
created
src/Commands/GenerateMiddlewareCommand.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Consigliere\Components\Commands;
4 4
 
5
-use Illuminate\Support\Str;
6 5
 use Consigliere\Components\Support\Stub;
7 6
 use Consigliere\Components\Traits\ComponentCommandTrait;
7
+use Illuminate\Support\Str;
8 8
 use Symfony\Component\Console\Input\InputArgument;
9 9
 
10 10
 class GenerateMiddlewareCommand extends Command
Please login to merge, or discard this patch.
src/Commands/GenerateProviderCommand.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Consigliere\Components\Commands;
4 4
 
5
-use Illuminate\Support\Str;
6 5
 use Consigliere\Components\Support\Stub;
7 6
 use Consigliere\Components\Traits\ComponentCommandTrait;
7
+use Illuminate\Support\Str;
8 8
 use Symfony\Component\Console\Input\InputArgument;
9 9
 use Symfony\Component\Console\Input\InputOption;
10 10
 
Please login to merge, or discard this patch.
src/Commands/InstallCommand.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Consigliere\Components\Commands;
4 4
 
5
-use Illuminate\Console\Command as ComponentCommand;
6 5
 use Consigliere\Components\Json;
7 6
 use Consigliere\Components\Process\Installer;
7
+use Illuminate\Console\Command as ComponentCommand;
8 8
 use Symfony\Component\Console\Input\InputArgument;
9 9
 use Symfony\Component\Console\Input\InputOption;
10 10
 
Please login to merge, or discard this patch.
src/Commands/MakeCommand.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Consigliere\Components\Commands;
4 4
 
5
-use Illuminate\Console\Command as ComponentCommand;
6 5
 use Consigliere\Components\Generators\ComponentGenerator;
6
+use Illuminate\Console\Command as ComponentCommand;
7 7
 use Symfony\Component\Console\Input\InputArgument;
8 8
 use Symfony\Component\Console\Input\InputOption;
9 9
 
Please login to merge, or discard this patch.
src/Commands/MakeRequestCommand.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Consigliere\Components\Commands;
4 4
 
5
-use Illuminate\Support\Str;
6 5
 use Consigliere\Components\Support\Stub;
7 6
 use Consigliere\Components\Traits\ComponentCommandTrait;
7
+use Illuminate\Support\Str;
8 8
 use Symfony\Component\Console\Input\InputArgument;
9 9
 
10 10
 class MakeRequestCommand extends Command
Please login to merge, or discard this patch.
src/Commands/MigrationCommand.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace Consigliere\Components\Commands;
4 4
 
5
-use Illuminate\Support\Str;
6 5
 use Consigliere\Components\Support\Migrations\NameParser;
7 6
 use Consigliere\Components\Support\Migrations\SchemaParser;
8 7
 use Consigliere\Components\Support\Stub;
9 8
 use Consigliere\Components\Traits\ComponentCommandTrait;
9
+use Illuminate\Support\Str;
10 10
 use Symfony\Component\Console\Input\InputArgument;
11 11
 use Symfony\Component\Console\Input\InputOption;
12 12
 
Please login to merge, or discard this patch.
src/Commands/PublishAssetCommand.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Consigliere\Components\Commands;
4 4
 
5
-use Illuminate\Console\Command as ComponentCommand;
6 5
 use Consigliere\Components\Component;
7 6
 use Consigliere\Components\Publishing\AssetPublisher;
7
+use Illuminate\Console\Command as ComponentCommand;
8 8
 use Symfony\Component\Console\Input\InputArgument;
9 9
 
10 10
 class PublishAssetCommand extends ComponentCommand
Please login to merge, or discard this patch.
src/Commands/PublishTranslationCommand.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Consigliere\Components\Commands;
4 4
 
5
-use Illuminate\Console\Command as ComponentCommand;
6 5
 use Consigliere\Components\Component;
7 6
 use Consigliere\Components\Publishing\LangPublisher;
7
+use Illuminate\Console\Command as ComponentCommand;
8 8
 use Symfony\Component\Console\Input\InputArgument;
9 9
 
10 10
 class PublishTranslationCommand extends ComponentCommand
Please login to merge, or discard this patch.
src/Commands/SeedCommand.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,12 +2,12 @@
 block discarded – undo
2 2
 
3 3
 namespace Consigliere\Components\Commands;
4 4
 
5
-use Illuminate\Console\Command as ComponentCommand;
6
-use Illuminate\Support\Str;
7
-use RuntimeException;
8 5
 use Consigliere\Components\Component;
9 6
 use Consigliere\Components\Repository;
10 7
 use Consigliere\Components\Traits\ComponentCommandTrait;
8
+use Illuminate\Console\Command as ComponentCommand;
9
+use Illuminate\Support\Str;
10
+use RuntimeException;
11 11
 use Symfony\Component\Console\Input\InputArgument;
12 12
 use Symfony\Component\Console\Input\InputOption;
13 13
 
Please login to merge, or discard this patch.