testing
This commit is contained in:
@@ -21,8 +21,8 @@ use App\Models\Auth\UserRole;
|
||||
class DashboardController extends Controller
|
||||
{
|
||||
public function __construct() {
|
||||
$this->middleware('auth');
|
||||
$this->middleware('role:User');
|
||||
//$this->middleware('auth');
|
||||
//$this->middleware('role:User');
|
||||
}
|
||||
|
||||
public function displayDashboard() {
|
||||
|
||||
Reference in New Issue
Block a user