Skip to content

Commit a92838b

Browse files
author
Admin
committed
Remove useless Application
1 parent 31f6f1a commit a92838b

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/Services/MakeControllerService.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
namespace MacropaySolutions\LaravelCrudWizardGenerator\Services;
44

55
use Illuminate\Console\Concerns\InteractsWithIO;
6-
use Illuminate\Contracts\Foundation\Application;
76
use Illuminate\Support\Facades\File;
8-
use Illuminate\Support\Str;
97
use Symfony\Component\Console\Output\ConsoleOutput;
108

119
class MakeControllerService
@@ -14,7 +12,6 @@ class MakeControllerService
1412

1513
public function __construct(
1614
protected PathsAndNamespacesService $pathsAndNamespacesService,
17-
protected Application $application,
1815
ConsoleOutput $consoleOutput,
1916
) {
2017
$this->output = $consoleOutput;

src/Services/MakeMiddlewareService.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace MacropaySolutions\LaravelCrudWizardGenerator\Services;
44

55
use Illuminate\Console\Concerns\InteractsWithIO;
6-
use Illuminate\Contracts\Foundation\Application;
76
use Illuminate\Support\Facades\File;
87
use Symfony\Component\Console\Output\ConsoleOutput;
98

@@ -13,7 +12,6 @@ class MakeMiddlewareService
1312

1413
public function __construct(
1514
protected PathsAndNamespacesService $pathsAndNamespacesService,
16-
protected Application $application,
1715
ConsoleOutput $consoleOutput,
1816
) {
1917
$this->output = $consoleOutput;

0 commit comments

Comments
 (0)