Changed spelling of autherised.

This commit is contained in:
Fraser Murray
2016-10-09 19:56:21 +01:00
committed by GitHub
parent 9d6d3cbd59
commit b1b214339e

View File

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