Skip to content
Snippets Groups Projects
Commit 86c56600 authored by Franz Holzinger's avatar Franz Holzinger Committed by Christian Kuhn
Browse files

[TASK] Add namespace for ApplicationType in ChangeLog

use TYPO3\CMS\Core\Http\ApplicationType;

Releases: main, 11.5
Resolves: #99888
Change-Id: Ifd2e9bcb46fb08efba5579e2b2ed45605f31157d
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/77800


Tested-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarcore-ci <typo3@b13.com>
parent c2ad2f64
Branches
Tags
No related merge requests found
...@@ -155,6 +155,8 @@ Before:: ...@@ -155,6 +155,8 @@ Before::
After:: After::
use TYPO3\CMS\Core\Http\ApplicationType;
...
if (ApplicationType::fromRequest($request)->isFrontend()) { if (ApplicationType::fromRequest($request)->isFrontend()) {
... ...
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment