Skip to content

Commit

Permalink
[TASK] Remove stray comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bnf committed Oct 17, 2024
1 parent b503e40 commit d989f92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Classes/Backend/View/BlogPostHeaderContentRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public function render(ServerRequestInterface $request): string
$post = $this->postRepository->findByUidRespectQuerySettings($pageUid);

$view = GeneralUtility::makeInstance(StandaloneView::class);

Check failure on line 60 in Classes/Backend/View/BlogPostHeaderContentRenderer.php

View workflow job for this annotation

GitHub Actions / Build PHP (^13, 8.2, 8.0)

Fetching class constant class of deprecated class TYPO3\CMS\Fluid\View\StandaloneView: : since TYPO3 v13, will be removed in v14. Use ext:core ViewFactoryInterface instead.

Check failure on line 60 in Classes/Backend/View/BlogPostHeaderContentRenderer.php

View workflow job for this annotation

GitHub Actions / Build PHP (^13, 8.2, 8.4)

Fetching class constant class of deprecated class TYPO3\CMS\Fluid\View\StandaloneView: : since TYPO3 v13, will be removed in v14. Use ext:core ViewFactoryInterface instead.

Check failure on line 60 in Classes/Backend/View/BlogPostHeaderContentRenderer.php

View workflow job for this annotation

GitHub Actions / Build PHP (^13, 8.3, 8.0)

Fetching class constant class of deprecated class TYPO3\CMS\Fluid\View\StandaloneView: : since TYPO3 v13, will be removed in v14. Use ext:core ViewFactoryInterface instead.

Check failure on line 60 in Classes/Backend/View/BlogPostHeaderContentRenderer.php

View workflow job for this annotation

GitHub Actions / Build PHP (^13, 8.3, 8.4)

Fetching class constant class of deprecated class TYPO3\CMS\Fluid\View\StandaloneView: : since TYPO3 v13, will be removed in v14. Use ext:core ViewFactoryInterface instead.
//$view->getRenderingContext()->getTemplatePaths()->fillDefaultsByPackageName('blog');
$view->getRenderingContext()->getTemplatePaths()->setTemplateRootPaths(['EXT:blog/Resources/Private/Templates']);
$view->setTemplate('PageLayout/Header');
$view->assignMultiple([
Expand Down

0 comments on commit d989f92

Please sign in to comment.