Skip to content

Commit 54a945a

Browse files
author
Konrad Michalik
authored
Merge pull request #15 from xima-media/public-services
fix: make DateService and NewsService public in Services.yaml
2 parents 817df5b + 3953699 commit 54a945a

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)