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

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