From ec473b51bc9bb8f5848d438e23351d822a096d4b Mon Sep 17 00:00:00 2001 From: spektra2147 <39536659+spektra2147@users.noreply.github.com> Date: Wed, 14 Oct 2020 19:54:34 +0300 Subject: [PATCH] change helper name (#719) Co-authored-by: vedatakd --- .../src/Support/Command/{getAdmins.php => getAdminUsers.php} | 2 +- .../default/visiosoft/profile-module/src/Support/_helpers.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename addons/default/visiosoft/profile-module/src/Support/Command/{getAdmins.php => getAdminUsers.php} (93%) diff --git a/addons/default/visiosoft/profile-module/src/Support/Command/getAdmins.php b/addons/default/visiosoft/profile-module/src/Support/Command/getAdminUsers.php similarity index 93% rename from addons/default/visiosoft/profile-module/src/Support/Command/getAdmins.php rename to addons/default/visiosoft/profile-module/src/Support/Command/getAdminUsers.php index 9c01b9c29..5e5dd4079 100644 --- a/addons/default/visiosoft/profile-module/src/Support/Command/getAdmins.php +++ b/addons/default/visiosoft/profile-module/src/Support/Command/getAdminUsers.php @@ -2,7 +2,7 @@ use Anomaly\UsersModule\Role\Contract\RoleRepositoryInterface; -class getAdmins +class getAdminUsers { public function handle() { diff --git a/addons/default/visiosoft/profile-module/src/Support/_helpers.php b/addons/default/visiosoft/profile-module/src/Support/_helpers.php index 276134d40..6991cd3b8 100644 --- a/addons/default/visiosoft/profile-module/src/Support/_helpers.php +++ b/addons/default/visiosoft/profile-module/src/Support/_helpers.php @@ -1,10 +1,10 @@