Skip to content

Commit 3953699

Browse files
fix: make DateService and NewsService public in Services.yaml
1 parent 1780904 commit 3953699

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Configuration/Services.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,16 @@ services:
1212
factory: ['@TYPO3\CMS\Core\Cache\CacheManager', "getCache"]
1313
arguments: ["xima_typo3_internal_news_cache"]
1414

15+
Xima\XimaTypo3InternalNews\Service\DateService:
16+
public: true
17+
18+
Xima\XimaTypo3InternalNews\Service\NewsService:
19+
public: true
20+
1521
Xima\XimaTypo3InternalNews\Service\CacheService:
1622
arguments:
1723
$cache: "@cache.xima_typo3_internal_news_cache"
1824

19-
2025
Xima\XimaTypo3InternalNews\Hooks\DataHandler:
2126
public: true
2227
arguments:

0 commit comments

Comments
 (0)