From 476cccc3c96ef3462a1036349978b6d56b5a65f2 Mon Sep 17 00:00:00 2001 From: Tim MacDonald Date: Sun, 21 Nov 2021 15:45:53 +1100 Subject: [PATCH] wip --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 745e00a..07ac9f4 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ class UserController } ``` +The internal developer facing API however has changed in that you no longer interact with the `toArray($request)` method, instead this package exposes some new methods to interact with. More on those shortly. + ## Resource Identification [JSON:API docs: Identification](https://jsonapi.org/format/#document-resource-object-identification)