mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-02 04:25:11 -07:00
🤖 Auto commit for release 'develop' on 2026-04-18
This commit is contained in:
@@ -11,7 +11,7 @@ class CustomExpressionLanguage extends ExpressionLanguage
|
||||
{
|
||||
protected function registerFunctions(): void
|
||||
{
|
||||
$basicPhpFunctions = ['min', 'max', 'substr', 'strlen', 'strpos','strtolower','strtoupper','ucfirst','ucwords'];
|
||||
$basicPhpFunctions = ['min', 'max', 'substr', 'strlen', 'strpos', 'strtolower', 'strtoupper', 'ucfirst', 'ucwords'];
|
||||
foreach ($basicPhpFunctions as $function) {
|
||||
$this->addFunction(ExpressionFunction::fromPhp($function));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user