There was an error while loading. Please reload this page.
1 parent 1780904 commit 3953699Copy full SHA for 3953699
1 file changed
Configuration/Services.yaml
@@ -12,11 +12,16 @@ services:
12
factory: ['@TYPO3\CMS\Core\Cache\CacheManager', "getCache"]
13
arguments: ["xima_typo3_internal_news_cache"]
14
15
+ Xima\XimaTypo3InternalNews\Service\DateService:
16
+ public: true
17
+
18
+ Xima\XimaTypo3InternalNews\Service\NewsService:
19
20
21
Xima\XimaTypo3InternalNews\Service\CacheService:
22
arguments:
23
$cache: "@cache.xima_typo3_internal_news_cache"
24
-
25
Xima\XimaTypo3InternalNews\Hooks\DataHandler:
26
public: true
27
0 commit comments