Fix AuthenticateServerAccess middleware spelling issue.
This commit is contained in:
parent
30b6ca8807
commit
06ece0e624
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class AuthenticateServerAccess
|
|||
}
|
||||
|
||||
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()) {
|
||||
|
|
Loading…
Reference in a new issue