Skip to content

Commit 680eee9

Browse files
authored
Update README.md
1 parent dc2274a commit 680eee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Open phpMyAdmin at http://localhost:8080, login with `root`:`root` and take a lo
106106
107107
The required properties `id`, `userId`, `$created`, `$updated`, `$deleted` and `$synchronized` are set and updated automatically, you do not need to modify them manually. By default, UUIDv4 is used for new ids.
108108
109-
When the user is authenticated with `login()`, new records will get the `userId` property automatically and all `read`, `list`, `update` and `delete` requests are limited to the users records. Detailed documentation: [Multi Tenancy Documentation](https://github.com/mevdschee/php-crud-api#multi-tenancy-support).
109+
When the user is authenticated with `login()`, new records will get the `userId` property automatically and all `read`, `list`, `update` and `delete` requests are limited to the users records (see [Multi Tenancy Documentation](https://github.com/mevdschee/php-crud-api#multi-tenancy-support)).
110110
111111
## Function Details
112112

0 commit comments

Comments
 (0)