Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 0 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
18 | public function __construct( |
||
19 | #[Autowire(service: 'api_platform.doctrine.orm.state.item_provider')] |
||
20 | private readonly ProviderInterface $itemProvider, |
||
21 | #[Autowire(service: 'api_platform.doctrine.orm.state.collection_provider')] |
||
22 | private readonly ProviderInterface $collectionProvider, |
||
23 | private readonly SettingsManager $settingsManager, |
||
24 | ) {} |
||
25 | |||
39 |