Skip to content

Commit 7a396d8

Browse files
committed
add better docs for before handler
1 parent 008fb1b commit 7a396d8

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
@@ -760,7 +760,7 @@ PUT http://localhost/api.php/categories/2
760760
## Automatic fields
761761

762762
Before any operation the 'before' function is called that allows you to do set some automatic fields.
763-
Note that the 'input' parameter is writable and is an object or 'false' when it is missing or invalid.
763+
Note that the 'input' parameter is writable and is an object (or 'false' when it is missing or invalid).
764764

765765
## Soft delete
766766

0 commit comments

Comments
 (0)