mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
fixed declared functions
This commit is contained in:
parent
fac01c5ca3
commit
ce3589993f
@ -4,7 +4,7 @@ use Visiosoft\ProfileModule\Support\Command\getAdminUsers;
|
|||||||
|
|
||||||
if (!function_exists('get_admins'))
|
if (!function_exists('get_admins'))
|
||||||
{
|
{
|
||||||
function getAdmins() {
|
function get_admins() {
|
||||||
return dispatch_now(new getAdminUsers());
|
return dispatch_now(new getAdminUsers());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user