Skip to content

Commit c50e3c7

Browse files
authored
Merge pull request #8 from HackerinoS2/patch-1
Update UnauthorizedException.php
2 parents a8ccc5c + c038480 commit c50e3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exceptions/UnauthorizedException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class UnauthorizedException extends HttpException
99

1010
public static function noPermission()
1111
{
12-
return new static(403, 'User done\'t have permission', null, []);
12+
return new static(403, 'User don\'t have permission', null, []);
1313
}
1414

1515
}

0 commit comments

Comments
 (0)