Change spelling of autherised
This commit is contained in:
@@ -25,6 +25,6 @@ class CheckRoleAgent
|
|||||||
return $next($request);
|
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