Skip to content

Commit

Permalink
use 403 status code (#23662)
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss authored and taylorotwell committed Mar 22, 2018
1 parent 2232776 commit b6fc316
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ class InvalidSignatureException extends HttpException
*/
public function __construct()
{
parent::__construct(401, 'Invalid signature.');
parent::__construct(403, 'Invalid signature.');
}
}

0 comments on commit b6fc316

Please sign in to comment.