TASK: Apply migration TYPO3.FluidAdaptor-20161130112935
Adjusts code to package renaming from "TYPO3.Fluid" to "Neos.FluidAdaptor".
This commit is contained in:
parent
f6e8617fdf
commit
91e8899a37
2 changed files with 3 additions and 2 deletions
|
@ -12,7 +12,7 @@ namespace DigiComp\Menu\ViewHelpers;
|
|||
*/
|
||||
|
||||
use Neos\Flow\Annotations as Flow;
|
||||
use TYPO3\Fluid\Core\ViewHelper\AbstractViewHelper;
|
||||
use Neos\FluidAdaptor\Core\ViewHelper\AbstractViewHelper;
|
||||
|
||||
/**
|
||||
* Just adds the return of MenuService
|
||||
|
|
|
@ -56,7 +56,8 @@
|
|||
"Neos.Imagine-20161124231742",
|
||||
"Neos.Media-20161124233100",
|
||||
"Neos.Flow-20161125124112",
|
||||
"Neos.SwiftMailer-20161130105617"
|
||||
"Neos.SwiftMailer-20161130105617",
|
||||
"TYPO3.FluidAdaptor-20161130112935"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue