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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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