Merge pull request #547 from volp1s/fix-typo

Fix typo
This commit is contained in:
Manish Verma
2018-08-06 11:25:26 +05:30
committed by GitHub

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