Skip to content

Commit

Permalink
修复一下
Browse files Browse the repository at this point in the history
  • Loading branch information
doyouhaobaby committed Mar 5, 2023
1 parent a3a91b3 commit 6fc65d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Exceptions/LockException.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class LockException extends HttpException
*/
public function __construct(
int|object $code = 0,
string|message $message = '',
string|array $message = '',
bool $overrideMessage = false,
\Throwable $previous = null
) {
Expand Down

0 comments on commit 6fc65d3

Please sign in to comment.