Skip to content

Commit

Permalink
Capitalized addon names
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzotikov committed Nov 14, 2024
1 parent c124abf commit 95e85c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Addons/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Environment implements AddonInterface
*/
public function getName(): string
{
return 'environment';
return 'Environment';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/Addons/Headers.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Headers implements AddonInterface
*/
public function getName(): string
{
return 'headers';
return 'Headers';
}

/**
Expand Down

0 comments on commit 95e85c4

Please sign in to comment.