Skip to content

Commit b53faee

Browse files
committed
Remove namesapce.
1 parent 5cd75ce commit b53faee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

editor-model.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ class UsersDataTablesEditor extends DataTablesEditor
2626
> Don't forget to set your model's fillable property. The Editor's basic crud operation relies on this.
2727
2828
```php
29-
namespace App;
30-
3129
class User extends Model {
3230
protected $fillable = [
3331
'name',

0 commit comments

Comments
 (0)