Closed
Description
Description
Change the way hidden services are defined.
Example
Originally asked for in this comment of the Symfony blog. Should we introduce a hidden
option for services instead of relying on the leading .
character in the service ID?
Before:
services:
.App\Something\Foo: ~
After:
services:
App\Something\Foo:
hidden: true