Fix typo #1
This commit is contained in:
@@ -25,6 +25,6 @@ class CheckRoleAgent
|
||||
return $next($request);
|
||||
}
|
||||
|
||||
return redirect('dashboard')->with('fails', 'You are not Autherised');
|
||||
return redirect('dashboard')->with('fails', 'You are not Authorised');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user