Skip to content
Snippets Groups Projects
Commit 3a760d88 authored by Stephan Großberndt's avatar Stephan Großberndt Committed by Markus Klein
Browse files

[TASK] Remove unused SystemInformationToolbarItem->getDatabaseConnection

Since the introduction of doctrine getDatabaseConnection in
SystemInformationToolbarItem is no longer used and can be removed.

Resolves: #76354
Releases: master
Change-Id: I675ada2355bfe48b93de66cea03a3f0fc290d382
Reviewed-on: https://review.typo3.org/48365


Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: default avatarMarkus Klein <markus.klein@typo3.org>
Tested-by: default avatarMarkus Klein <markus.klein@typo3.org>
parent 5e98e414
Branches
Tags
No related merge requests found
......@@ -424,16 +424,6 @@ class SystemInformationToolbarItem implements ToolbarItemInterface
return $GLOBALS['BE_USER'];
}
/**
* Returns DatabaseConnection
*
* @return \TYPO3\CMS\Core\Database\DatabaseConnection
*/
protected function getDatabaseConnection()
{
return $GLOBALS['TYPO3_DB'];
}
/**
* Returns current PageRenderer
*
......
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