Skip to content

Commit 6dc6025

Browse files
authored
Update functions.php
1 parent e307d93 commit 6dc6025

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
@@ -11,7 +11,7 @@
1111
* @param bool $invokable
1212
* @return mixed
1313
*/
14-
function cget(ContainerInterface $container, string $id, $default = null, bool $invokable = false): mixed
14+
function cget(ContainerInterface $container, string $id, $default = null, bool $invokable = true): mixed
1515
{
1616
if ($container->has($id)) {
1717
return $container->get($id);

0 commit comments

Comments
 (0)