Skip to content

Commit

Permalink
add new expression to provider
Browse files Browse the repository at this point in the history
  • Loading branch information
JoMessina committed Jun 13, 2024
1 parent 49fd95a commit 37a0d8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ExpressionLanguage/Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public function getFunctions(): array
new Base64Decode('base64Decode'),
new TemporaryFile('temporaryFile'),
new InSql('inSql'),
new Download('downloadFile'),
];
}
}

0 comments on commit 37a0d8a

Please sign in to comment.