fixed an issue with the AdminDashboardController construct
This commit is contained in:
@@ -28,7 +28,7 @@ class AdminDashboardController extends Controller
|
|||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
$this->middleware('auth');
|
$this->middleware('auth');
|
||||||
$this->middleware('role:Member');
|
$this->middleware('role:User');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user