Skip to content

Commit 9f7ed11

Browse files
authored
Update functions.php
1 parent c191511 commit 9f7ed11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function conf(ContainerInterface $container): Config
3737
*/
3838
function callback(callable $callback): callable
3939
{
40-
return static fn() => $callback ;
40+
return fn() => $callback ;
4141
}
4242

4343

0 commit comments

Comments
 (0)