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

# Conflicts:
#	.ci/php-cs-fixer/composer.lock
This commit is contained in:
James Cole
2025-03-05 19:52:36 +01:00
17 changed files with 630 additions and 532 deletions

View File

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