projects
/
Packages
/
TYPO3.CMS.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[FEATURE] Add symfony dependency injection for core and extbase
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
lowlevel
/
Configuration
/
Services.yaml
1
services:
2
_defaults:
3
autowire: true
4
autoconfigure: true
5
public: false
6
7
TYPO3\CMS\Lowlevel\:
8
resource: '../Classes/*'