Merge branch 'develop' of https://github.com/firefly-iii/firefly-iii into develop

This commit is contained in:
Sander Dorigo
2025-03-05 14:42:34 +01:00

View File

@@ -60,6 +60,7 @@ class ActionExpressionLanguageProvider implements ExpressionFunctionProviderInte
ExpressionFunction::fromPhp('substr'),
ExpressionFunction::fromPhp('strlen'),
ExpressionFunction::fromPhp('strpos'),
];
}
}