Change spelling of autherised

This commit is contained in:
Fraser Murray
2016-10-09 19:57:22 +01:00
committed by GitHub
parent b1b214339e
commit fc2dfb3933

View File

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