Skip to content

Commit 36bccbb

Browse files
committed
fixing typo preventing pas4 autoload
1 parent 6e90d24 commit 36bccbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Error/Exception/JsonApiException.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Cake\Datasource\EntityInterface;
66
use Cake\Http\Exception\BadRequestException;
77

8-
class JSonApiException extends BadRequestException
8+
class JsonApiException extends BadRequestException
99
{
1010
protected $requestErrors;
1111

0 commit comments

Comments
 (0)