diff --git a/plugins/system/stats/stats.php b/plugins/system/stats/stats.php index 55d35c0b6d5c0..95c44ca6410c8 100644 --- a/plugins/system/stats/stats.php +++ b/plugins/system/stats/stats.php @@ -15,7 +15,7 @@ use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Plugin\CMSPlugin; use Joomla\CMS\Layout\FileLayout; -use Joomla\CMS\Helper\UserHelper; +use Joomla\CMS\User\UserHelper; use Joomla\CMS\Http\HttpFactory; use Joomla\CMS\Cache\Cache;