You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DOCS] Correct removed class alias (Controller vs. AsController)
In #105458 the class alias for TYPO3\CMS\Backend\Attribute\Controller
has been removed, while TYPO3\CMS\Backend\Attribute\AsController is
still in place.
@@ -47,7 +47,7 @@ The following PHP interfaces changed:
The following PHP class aliases that have previously been marked as deprecated with v13 have been removed:
-- :php:`\TYPO3\CMS\Backend\Attribute\AsController`+- :php:`\TYPO3\CMS\Backend\Attribute\Controller`
- :php:`\TYPO3\CMS\Backend\FrontendBackendUserAuthentication`
- :php:`\TYPO3\CMS\Core\Database\Schema\Types\EnumType`
- :php:`\TYPO3\CMS\Core\View\FluidViewAdapter`
The text was updated successfully, but these errors were encountered:
ℹ️ View this commit on Github
👥 Authored by Lina Wolf [email protected]
✔️ Merged by Garvin Hicking [email protected]
Commit message
[DOCS] Correct removed class alias (Controller vs. AsController)
In #105458 the class alias for
TYPO3\CMS\Backend\Attribute\Controller
has been removed, while
TYPO3\CMS\Backend\Attribute\AsController
isstill in place.
Releases: main
Resolves: #105564
Related: #105458
Related: #102631
Change-Id: Icdb10f69cf8239f31db1d8cbf0b32c42d731aabd
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/86927
Reviewed-by: Andreas Kienast [email protected]
Tested-by: core-ci [email protected]
Tested-by: Andreas Kienast [email protected]
Tested-by: Garvin Hicking [email protected]
Reviewed-by: Garvin Hicking [email protected]
➗ Modified files
14.0/Breaking-105377-DeprecatedFunctionalityRemoved.rst
The text was updated successfully, but these errors were encountered: