moon admin controller for approving or denying moon has been updated.
This commit is contained in:
@@ -32,7 +32,7 @@ class MoonsAdminController extends Controller
|
|||||||
{
|
{
|
||||||
public function __construct() {
|
public function __construct() {
|
||||||
$this->middleware('auth');
|
$this->middleware('auth');
|
||||||
$this->middleware('role:admin');
|
$this->middleware('role:Admin');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user