This commit is contained in:
Luca Volpones
2017-11-07 18:43:22 +01:00
parent dd3882a988
commit d2b26cd890

View File

@@ -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');
}
}