Skip to content

Commit abac304

Browse files
fix: replace unknown method loadFromExtension with extension
1 parent 32fd115 commit abac304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/debug.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Typically, you would set this to ``php://stderr``:
9595
.. code-block:: php
9696
9797
// config/packages/debug.php
98-
$container->loadFromExtension('debug', [
98+
$container->extension('debug', [
9999
'dump_destination' => 'php://stderr',
100100
]);
101101

0 commit comments

Comments
 (0)