We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53faee commit 16114f2Copy full SHA for 16114f2
editor-model.md
@@ -21,9 +21,10 @@ class UsersDataTablesEditor extends DataTablesEditor
21
}
22
```
23
24
-## IMPORTANT
+## Fillable Property
25
26
-> Don't forget to set your model's fillable property. The Editor's basic crud operation relies on this.
+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).
28
29
```php
30
class User extends Model {
0 commit comments