-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Labels
DependencyInjectionFeatureRFCRFC = Request For Comments (proposals about features that you want to be discussed)RFC = Request For Comments (proposals about features that you want to be discussed)
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
pierrefeelunique, ostrolucky, linaori, ping-localhost, jenkoian and 71 more
Metadata
Metadata
Assignees
Labels
DependencyInjectionFeatureRFCRFC = Request For Comments (proposals about features that you want to be discussed)RFC = Request For Comments (proposals about features that you want to be discussed)