Skip to content

Commit b11c4df

Browse files
committed
rename class for a more accurate name
1 parent 48d1d80 commit b11c4df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ExpressionLanguage/Download.php renamed to src/ExpressionLanguage/Open.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
use Symfony\Component\ExpressionLanguage\ExpressionFunction;
88

9-
final class Download extends ExpressionFunction
9+
final class Open extends ExpressionFunction
1010
{
1111
public function __construct(string $name)
1212
{

src/ExpressionLanguage/Provider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function getFunctions(): array
1717
new Base64Decode('base64Decode'),
1818
new TemporaryFile('temporaryFile'),
1919
new InSql('inSql'),
20-
new Download('downloadFile'),
20+
new Open('downloadFile'),
2121
];
2222
}
2323
}

0 commit comments

Comments
 (0)