Merge pull request #231 from gillidandaweb/gillidandaweb-patch-3

Gillidandaweb patch 3
This commit is contained in:
Manish Verma
2016-10-10 13:12:17 +05:30
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

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

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

View File

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