Skip to content

Commit

Permalink
fix: providers
Browse files Browse the repository at this point in the history
  • Loading branch information
regnerisch committed Dec 18, 2023
1 parent 6a2037d commit 8774d49
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Commands/MakeAppCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ public function handle(): void
private function moveAndRefactorAppFiles(string $app, bool $force = false): void
{
$files = [
'Providers/AppAuthServiceProvider.stub' => "Providers/{$app}AuthServiceProvider.php",
'Providers/AppEventServiceProvider.stub' => "Providers/{$app}EventServiceProvider.php",
'Providers/AppRouteServiceProvider.stub' => "Providers/{$app}RouteServiceProvider.php",
'Providers/AppServiceProvider.stub' => "Providers/{$app}ServiceProvider.php",
'routes.stub' => 'routes.php',
];
Expand Down

0 comments on commit 8774d49

Please sign in to comment.