@@ -32,8 +32,7 @@ |
||
32 | 32 | { |
33 | 33 | if (is_string($pathOrSpec)) { |
34 | 34 | $spec = new InputSpec(app('specs'), app('translator'), $pathOrSpec); |
35 | - } |
|
36 | - else { |
|
35 | + } else { |
|
37 | 36 | $spec = $pathOrSpec; |
38 | 37 | } |
39 | 38 |
@@ -32,8 +32,7 @@ |
||
32 | 32 | { |
33 | 33 | if (is_string($pathOrSpec)) { |
34 | 34 | $spec = new InputSpec(app('specs'), app('translator'), $pathOrSpec); |
35 | - } |
|
36 | - else { |
|
35 | + } else { |
|
37 | 36 | $spec = $pathOrSpec; |
38 | 37 | } |
39 | 38 |
@@ -32,8 +32,7 @@ |
||
32 | 32 | { |
33 | 33 | if (is_string($pathOrSpec)) { |
34 | 34 | $spec = new InputSpec(app('specs'), app('translator'), $pathOrSpec); |
35 | - } |
|
36 | - else { |
|
35 | + } else { |
|
37 | 36 | $spec = $pathOrSpec; |
38 | 37 | } |
39 | 38 |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace LaravelPlus\Extension\Providers; |
4 | 4 | |
5 | 5 | use Illuminate\Foundation\Providers\ArtisanServiceProvider as ServiceProvider; |
6 | -use Illuminate\Console\Scheduling\Schedule; |
|
7 | 6 | use Illuminate\Console\Scheduling\ScheduleRunCommand; |
8 | 7 | use Illuminate\Console\Scheduling\ScheduleFinishCommand; |
9 | 8 | use LaravelPlus\Extension\Console; |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace LaravelPlus\Extension\Console; |
4 | 4 | |
5 | 5 | use Illuminate\Console\Command; |
6 | -use Illuminate\Foundation\Application; |
|
7 | 6 | use LaravelPlus\Extension\Hooks\ApplicationHook; |
8 | 7 | |
9 | 8 | /** |
@@ -50,12 +50,10 @@ |
||
50 | 50 | if (is_array($instance)) { |
51 | 51 | if ($instance['shared']) { |
52 | 52 | $this->output(array_get($instances, $name)); |
53 | - } |
|
54 | - else { |
|
53 | + } else { |
|
55 | 54 | $this->output($instance['concrete']); |
56 | 55 | } |
57 | - } |
|
58 | - else { |
|
56 | + } else { |
|
59 | 57 | $this->output($instance); |
60 | 58 | } |
61 | 59 |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Jumilla\Generators\Laravel\OneFileGeneratorCommand as BaseCommand; |
6 | 6 | use Jumilla\Generators\FileGenerator; |
7 | -use LaravelPlus\Extension\Addons\Addon; |
|
8 | 7 | use LaravelPlus\Extension\Generators\GeneratorCommandTrait; |
9 | 8 | use Illuminate\Support\Str; |
10 | 9 |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Jumilla\Generators\Laravel\OneFileGeneratorCommand as BaseCommand; |
6 | 6 | use Jumilla\Generators\FileGenerator; |
7 | -use LaravelPlus\Extension\Addons\Addon; |
|
8 | 7 | use LaravelPlus\Extension\Generators\GeneratorCommandTrait; |
9 | 8 | use Illuminate\Support\Str; |
10 | 9 |