Merge pull request #724 from openclassify/vedatak

Vedatak
This commit is contained in:
Dia Shalabi 2020-10-16 15:49:59 +03:00 committed by GitHub
commit 3c7a09e139
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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());
}
}