Commit 29d4007
committed
minor #19520 [DependencyInjection] Add readonly statement to the Lazy Services docs (akmandev)
This PR was submitted for the 7.0 branch but it was squashed and merged into the 5.4 branch instead.
Discussion
----------
[DependencyInjection] Add readonly statement to the Lazy Services docs
The DI container cannot generate a lazy proxy for read-only services.
This will add the missing `readonly` statement to the [docs](https://symfony.com/doc/current/service_container/lazy_services.html) as the title describes.
Commits
-------
c9654fb [DependencyInjection] Add readonly statement to the Lazy Services docs1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments