mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 01:06:46 +00:00
Add support for PHP function strpos
in expressions
Signed-off-by: Lompi <lompi91+github_com@gmail.com>
This commit is contained in:
@@ -60,6 +60,7 @@ class ActionExpressionLanguageProvider implements ExpressionFunctionProviderInte
|
|||||||
|
|
||||||
ExpressionFunction::fromPhp('substr'),
|
ExpressionFunction::fromPhp('substr'),
|
||||||
ExpressionFunction::fromPhp('strlen'),
|
ExpressionFunction::fromPhp('strlen'),
|
||||||
|
ExpressionFunction::fromPhp('strpos'),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user