10000 Tweak · githubfromgui/symfony-docs@b72cfde · GitHub
[go: up one dir, main page]

Skip to content

Commit b72cfde

Browse files
committed
Tweak
1 parent 0626df1 commit b72cfde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ whenever a service/controller defines a ``$projectDir`` argument, use this:
883883
use App\Controller\LuckyController;
884884
885885
return static function (ContainerConfigurator $container) {
886-
$services = $container->services()
886+
$container->services()
887887
->defaults()
888888
// pass this value to any $projectDir argument for any service
889889
// that's created in this file (including controller arguments)

0 commit comments

Comments
 (0)
0