v1.11.0 updates
bugfixes Rating functionality correction Apply fixes from StyleCI Due date client panel correction
This commit is contained in:

committed by
Manish Verma

parent
f5727554e1
commit
4752081caf
@@ -25,6 +25,6 @@ class CheckRoleUser
|
||||
return $next($request);
|
||||
}
|
||||
|
||||
return redirect('guest')->with('fails', 'You are not Autherised');
|
||||
return redirect('guest')->with('fails', 'You are not Authorised');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user