Skip to content

Commit

Permalink
Fix PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed Feb 24, 2025
1 parent ca321a1 commit 28bf56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Components/Metrics.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class Metrics extends Component
{
public function __construct(private AppSettings $appSettings)
public function __construct(protected AppSettings $appSettings)
{
//
}
Expand Down

0 comments on commit 28bf56a

Please sign in to comment.