Update link to the adapter file

This commit is contained in:
David Baker 2021-02-24 16:29:30 +03:00 committed by GitHub
parent b57b6c352b
commit 41a38d4988
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,4 +34,4 @@ $type->attribute('name')
### Custom Adapters ### Custom Adapters
For other ORMs or data persistence layers, you can [implement your own adapter](https://github.com/tobyz/json-api-server/blob/master/src/Adapter/AdapterInterface.php). For other ORMs or data persistence layers, you can [implement your own adapter](https://github.com/tobyzerner/json-api-server/blob/master/src/Adapter/AdapterInterface.php).