|
@@ -93,7 +93,7 @@ |
|
|
block discarded – undo |
|
93
|
93
|
$this->mountPageUpdater = is_null($mountPageUpdater) ? GeneralUtility::makeInstance(MountPagesUpdater::class) : $mountPageUpdater; |
|
94
|
94
|
$this->tcaService = is_null($TCAService) ? GeneralUtility::makeInstance(TCAService::class) : $TCAService; |
|
95
|
95
|
$this->rootPageResolver = is_null($rootPageResolver) ? GeneralUtility::makeInstance(RootPageResolver::class) : $rootPageResolver; |
|
96
|
|
- $this->pagesRepository = isset($pagesRepository) ? $pagesRepository: GeneralUtility::makeInstance(PagesRepository::class); |
|
|
96
|
+ $this->pagesRepository = isset($pagesRepository) ? $pagesRepository : GeneralUtility::makeInstance(PagesRepository::class); |
|
97
|
97
|
} |
|
98
|
98
|
|
|
99
|
99
|
/** |
Please login to merge, or discard this patch.