openclassify/addons/default/visiosoft/profile-module/src/Support/_helpers.php
2020-10-16 15:21:35 +03:00

10 lines
178 B
PHP

<?php
use Visiosoft\ProfileModule\Support\Command\getAdminUsers;
if (!function_exists('get_admins'))
{
function get_admins() {
return dispatch_now(new getAdminUsers());
}
}