Fixed Path in Objects.yaml
This commit is contained in:
parent
6301329853
commit
6c38d55f1a
2 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ use TYPO3\Flow\Configuration\ConfigurationManager;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class Menu
|
* Class Menu
|
||||||
* @package DigiComp\Controls\Menu
|
* @package DigiComp\Menu\Menu
|
||||||
*
|
*
|
||||||
* @Flow\Scope("singleton")
|
* @Flow\Scope("singleton")
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
DigiComp\Controls\Menu\ServiceInterface:
|
DigiComp\Menu\MenuService\ServiceInterface:
|
||||||
className: DigiComp\Controls\Menu\SettingsService
|
className: DigiComp\Menu\MenuService\SettingsService
|
Loading…
Reference in a new issue