mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
10 lines
178 B
PHP
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());
|
|
}
|
|
} |