Skip to content

Commit

Permalink
rename class for a more accurate name
Browse files Browse the repository at this point in the history
  • Loading branch information
JoMessina committed Jun 18, 2024
1 parent 48d1d80 commit b11c4df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

use Symfony\Component\ExpressionLanguage\ExpressionFunction;

final class Download extends ExpressionFunction
final class Open extends ExpressionFunction
{
public function __construct(string $name)
{
Expand Down
2 changes: 1 addition & 1 deletion src/ExpressionLanguage/Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function getFunctions(): array
new Base64Decode('base64Decode'),
new TemporaryFile('temporaryFile'),
new InSql('inSql'),
new Download('downloadFile'),
new Open('downloadFile'),
];
}
}

0 comments on commit b11c4df

Please sign in to comment.