Skip to content

Commit

Permalink
Update Handle.php 单词拼写错误
Browse files Browse the repository at this point in the history
Update Handle.php 单词拼写错误
  • Loading branch information
cclilshy authored and liu21st committed Jul 24, 2024
1 parent afd7222 commit adfc0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/think/exception/Handle.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ protected function renderHttpException(HttpException $e): Response
*/
protected function convertExceptionToArray(Throwable $exception): array
{
return $this->app->isDebug() ? $this->getDedugMsg($exception) : $this->getDeployMsg($exception);
return $this->app->isDebug() ? $this->getDebugMsg($exception) : $this->getDeployMsg($exception);
}

/**
Expand Down

0 comments on commit adfc0c2

Please sign in to comment.