Skip to content

Commit 1bd6d34

Browse files
authored
Update src/StringExpressionLanguageProvider.php
1 parent aa35555 commit 1bd6d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StringExpressionLanguageProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function getFunctions(): array
2121
new DateTime('dateTime'),
2222
new FormatDate('formatDate'),
2323
new TruncateFileName('truncateFileName'),
24-
new CurrentDateTime('currentDateTime'),
24+
new Now('now'),
2525
];
2626
}
2727
}

0 commit comments

Comments
 (0)