Merge pull request #2152 from DarthShmev/patch-1
Fix AuthenticateServerAccess middleware spelling issue.
This commit is contained in:
commit
fd3385a8d9
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class AuthenticateServerAccess
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($server->suspended) {
|
if ($server->suspended) {
|
||||||
throw new AccessDeniedHttpException('This server is currenty suspended and the functionality requested is unavailable.');
|
throw new AccessDeniedHttpException('This server is currently suspended and the functionality requested is unavailable.');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (! $server->isInstalled()) {
|
if (! $server->isInstalled()) {
|
||||||
|
|
Loading…
Reference in a new issue