Merge pull request #2152 from DarthShmev/patch-1

Fix AuthenticateServerAccess middleware spelling issue.
This commit is contained in:
Dane Everitt 2020-07-05 12:53:00 -07:00 committed by GitHub
commit fd3385a8d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()) {