Skip to content

Commit

Permalink
fixing typo preventing pas4 autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
rrd108 committed Nov 16, 2021
1 parent 6e90d24 commit 36bccbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Error/Exception/JsonApiException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Cake\Datasource\EntityInterface;
use Cake\Http\Exception\BadRequestException;

class JSonApiException extends BadRequestException
class JsonApiException extends BadRequestException
{
protected $requestErrors;

Expand Down

0 comments on commit 36bccbb

Please sign in to comment.