Skip to content
Snippets Groups Projects
Commit 7e111f09 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/+/77791


Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarJosef Glatz <typo3@josefglatz.at>
Reviewed-by: default avatarJosef Glatz <typo3@josefglatz.at>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent ca079a29
Branches
Tags
No related merge requests found
......@@ -157,6 +157,8 @@ Before::
After::
use TYPO3\CMS\Core\Http\ApplicationType;
...
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