From ce3589993fd7d05530033decefd3ab6d80f8cb48 Mon Sep 17 00:00:00 2001 From: vedatakd Date: Fri, 16 Oct 2020 15:21:35 +0300 Subject: [PATCH] fixed declared functions --- .../default/visiosoft/profile-module/src/Support/_helpers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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