Changed spelling of autherised

This commit is contained in:
Fraser Murray
2016-10-09 19:58:04 +01:00
committed by GitHub
parent fc2dfb3933
commit 2cf7d6e0e8

View File

@@ -25,6 +25,6 @@ class CheckRoleUser
return $next($request); return $next($request);
} }
return redirect('guest')->with('fails', 'You are not Autherised'); return redirect('guest')->with('fails', 'You are not authorised');
} }
} }