Changed spelling of autherised.
This commit is contained in:
@@ -25,6 +25,6 @@ class CheckRole
|
||||
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