There was an error while loading. Please reload this page.
2 parents 817df5b + 3953699 commit 54a945aCopy full SHA for 54a945a
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