Skip to content

Commit

Permalink
[BUGFIX] Remove an obsolete Services.yaml definition
Browse files Browse the repository at this point in the history
The namespace of core TypoScriptService is
TYPO3\CMS\Core\TypoScript, not TYPO3\CMS\Core\Service.

The entry is thus obsolete and can be dropped. The
service with correct name is already handled by ext:core
ServiceProvider.php.

Change-Id: Ia4a3ef02dd3490547a9379ad57930afdd974a2de
Resolves: #94295
Related: #94093
Releases: master
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69426
Tested-by: Oliver Bartsch <bo@cedev.de>
Tested-by: core-ci <typo3@b13.com>
Tested-by: Georg Ringer <georg.ringer@gmail.com>
Reviewed-by: Oliver Bartsch <bo@cedev.de>
Reviewed-by: Georg Ringer <georg.ringer@gmail.com>
  • Loading branch information
lolli42 authored and georgringer committed Jun 10, 2021
1 parent 6d35ce6 commit 2fd788d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions typo3/sysext/core/Configuration/Services.yaml
Expand Up @@ -116,10 +116,6 @@ services:
shared: false
public: true

TYPO3\CMS\Core\Service\TypoScriptService:
shared: false
public: true

# FAL security checks for backend users
TYPO3\CMS\Core\Resource\Security\StoragePermissionsAspect:
tags:
Expand Down

0 comments on commit 2fd788d

Please sign in to comment.