Fix AuthenticateServerAccess middleware spelling issue.

This commit is contained in:
DarthShmev
2020-07-05 15:48:02 -04:00
committed by GitHub
parent 30b6ca8807
commit 06ece0e624

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