Skip to content

Commit

Permalink
Update custom-error-page.md
Browse files Browse the repository at this point in the history
  • Loading branch information
walkor authored Jan 7, 2025
1 parent 941e6ca commit 51acfe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/doc/zh-cn/others/custom-error-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Route::fallback(function(Request $request, $status) {
</html>
```

**新建**app/exception/Handler.php**(如目录不存在请自行创建)**
**新建`app/exception/Handler.php`(如目录不存在请自行创建)**
```php
<?php

Expand Down

0 comments on commit 51acfe5

Please sign in to comment.