Commit 1729ea9
Rens Admiraal
BUGFIX: Unneeded dependency on TYPO3.Neos package
The contentDimensionPresetSource was typehinted to the Neos
ContentDimensionPresetSourceInterface from the TYPO3.Neos
package. This interface is based on the corresponding
ContentDimensionPresetSourceInterface interface in the TYPO3.TYPO3CR
package.
As the command controller does not make use of the additional
method on the interface in the Neos package the use of it is
useless.
This change changes the type hint to the TYPO3.TYPO3CR package
so the Elastic content rpeository adaptor can be installed without
the TYPO3.Neos package.1 parent 2ab16f6 commit 1729ea9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments