File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
core-concept/satellite/action Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,7 @@ custom:
3939 extractor :
4040 use : ' App\Class\Bar'
4141 services :
42- App\Class\Bar :
43- public : true
42+ App\Class\Bar : ~
4443` ` `
4544
4645### Building a transformer
@@ -56,7 +55,6 @@ custom:
5655 method : extract
5756 arguments :
5857 - ' @foo'
59- public : true
6058` ` `
6159
6260### Building a loader
@@ -69,5 +67,4 @@ custom:
6967 App\Class\Bar :
7068 calls :
7169 - withUsername : [ 'admin' ]
72- public : true
7370` ` `
Original file line number Diff line number Diff line change @@ -69,8 +69,7 @@ workflow:
6969 custom:
7070 use: 'App\M yCustomAction'
7171 services:
72- App\M yCustomAction:
73- public: true
72+ App\M yCustomAction: ~
7473` ` `
7574
7675To find out more about how to use services, visit [declaring services](../../../feature/services).
You can’t perform that action at this time.
0 commit comments