Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Commit

Permalink
Update Cors.php
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored Dec 14, 2017
1 parent c4411e3 commit 802df8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cors.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ protected function handlePreflightRequest()

protected function forbiddenResponse()
{
return response('Forbidden.', 403);
return response('Forbidden (cors).', 403);
}
}

0 comments on commit 802df8b

Please sign in to comment.