X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/blobdiff_plain/6e3821232ddbef16b61e93bf3ef7e79405f61170..6a7369d976274f0868b6aa3217e3fb42eab5e00f:/typo3/sysext/sv/ext_tables.php diff --git a/typo3/sysext/sv/ext_tables.php b/typo3/sysext/sv/ext_tables.php index 336f216c0b0..db064f62813 100644 --- a/typo3/sysext/sv/ext_tables.php +++ b/typo3/sysext/sv/ext_tables.php @@ -6,6 +6,6 @@ if (TYPO3_MODE === 'BE') { 'title' => 'LLL:EXT:sv/Resources/Private/Language/locallang.xlf:report_title', 'description' => 'LLL:EXT:sv/Resources/Private/Language/locallang.xlf:report_description', 'icon' => 'EXT:sv/Resources/Public/Images/service-reports.png', - 'report' => 'TYPO3\\CMS\\Sv\\Report\\ServicesListReport' + 'report' => \TYPO3\CMS\Sv\Report\ServicesListReport::class ); }