mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Merge branch 'master' of https://github.com/openclassify/openclassify into muammer2
This commit is contained in:
commit
136d314b19
@ -2,7 +2,7 @@
|
||||
|
||||
use Anomaly\UsersModule\Role\Contract\RoleRepositoryInterface;
|
||||
|
||||
class getAdmins
|
||||
class getAdminUsers
|
||||
{
|
||||
public function handle()
|
||||
{
|
||||
@ -1,10 +1,10 @@
|
||||
<?php
|
||||
|
||||
use Visiosoft\ProfileModule\Support\Command\getAdmins;
|
||||
use Visiosoft\ProfileModule\Support\Command\getAdminUsers;
|
||||
|
||||
if (!function_exists('get_admins'))
|
||||
{
|
||||
function getAdmins() {
|
||||
return dispatch_now(new getAdmins());
|
||||
return dispatch_now(new getAdminUsers());
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user