diff --git a/addons/default/visiosoft/profile-module/src/Support/_helpers.php b/addons/default/visiosoft/profile-module/src/Support/_helpers.php index 6991cd3b8..e9cc6fde7 100644 --- a/addons/default/visiosoft/profile-module/src/Support/_helpers.php +++ b/addons/default/visiosoft/profile-module/src/Support/_helpers.php @@ -4,7 +4,7 @@ use Visiosoft\ProfileModule\Support\Command\getAdminUsers; if (!function_exists('get_admins')) { - function getAdmins() { + function get_admins() { return dispatch_now(new getAdminUsers()); } } \ No newline at end of file