Skip to content

Commit 3774f2c

Browse files
authored
add Substring to registrar
1 parent 5abca75 commit 3774f2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/FunctionRegistrar.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ class FunctionRegistrar
99
protected $functions = [
1010
Functions\Curdate::class,
1111
Functions\DateFormat::class,
12+
Functions\Substring::class,
1213
];
1314

1415
/**

0 commit comments

Comments
 (0)