Skip to content

Commit 16114f2

Browse files
committed
Add link to event hooks.
1 parent b53faee commit 16114f2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

editor-model.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ class UsersDataTablesEditor extends DataTablesEditor
2121
}
2222
```
2323

24-
## IMPORTANT
24+
## Fillable Property
2525

26-
> Don't forget to set your model's fillable property. The Editor's basic crud operation relies on this.
26+
Don't forget to set your model's fillable property. The Editor's basic crud operation relies on this.
27+
For advance operations like saving relations, use the [Editors Event Hooks](/docs/{{package}}/{{version}}/editor-events).
2728

2829
```php
2930
class User extends Model {

0 commit comments

Comments
 (0)