Skip to content

Commit

Permalink
some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dehy committed Oct 19, 2024
1 parent ccd127c commit e51da01
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"require": {
"php": ">=8.3.0",
"ext-ctype": "*",
"ext-curl": "*",
"ext-gd": "*",
"ext-gettext": "*",
"ext-iconv": "*",
Expand Down
17 changes: 9 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Twig/PublicUrlExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class PublicUrlExtension extends AbstractExtension
{
public function __construct()
public function __construct(private readonly FilesystemOperator $clubsLogosStorage)
{
}

Expand Down

0 comments on commit e51da01

Please sign in to comment.