Skip to content

Commit

Permalink
Revert "refactor: remove unneeded input"
Browse files Browse the repository at this point in the history
This reverts commit bb11ebf.
  • Loading branch information
Mohammad-Alavi committed Dec 8, 2024
1 parent 3b8891e commit a9855f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Generator/Commands/ContainerApiGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class ContainerApiGenerator extends GeneratorCommand implements ComponentsGenera
/**
* The name of the stub file.
*/
protected string $stubName = '';
protected string $stubName = 'composer.stub';

public function getUserInputs(): array|null
{
Expand Down
2 changes: 1 addition & 1 deletion src/Generator/Commands/ContainerGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class ContainerGenerator extends GeneratorCommand implements ComponentsGenerator
/**
* The name of the stub file.
*/
protected string $stubName = '';
protected string $stubName = 'composer.stub';

public function getUserInputs(): array|null
{
Expand Down
2 changes: 1 addition & 1 deletion src/Generator/Commands/ContainerWebGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class ContainerWebGenerator extends GeneratorCommand implements ComponentsGenera
/**
* The name of the stub file.
*/
protected string $stubName = '';
protected string $stubName = 'composer.stub';

public function getUserInputs(): array|null
{
Expand Down

0 comments on commit a9855f1

Please sign in to comment.