mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-07 05:46:06 -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;
|
use Anomaly\UsersModule\Role\Contract\RoleRepositoryInterface;
|
||||||
|
|
||||||
class getAdmins
|
class getAdminUsers
|
||||||
{
|
{
|
||||||
public function handle()
|
public function handle()
|
||||||
{
|
{
|
||||||
@ -1,10 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
use Visiosoft\ProfileModule\Support\Command\getAdmins;
|
use Visiosoft\ProfileModule\Support\Command\getAdminUsers;
|
||||||
|
|
||||||
if (!function_exists('get_admins'))
|
if (!function_exists('get_admins'))
|
||||||
{
|
{
|
||||||
function getAdmins() {
|
function getAdmins() {
|
||||||
return dispatch_now(new getAdmins());
|
return dispatch_now(new getAdminUsers());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user