This commit is contained in:
Simon Pocrnjič
2024-11-19 20:47:46 +01:00
parent 1620136d7d
commit e66eb6436c
3 changed files with 5 additions and 3 deletions
-1
View File
@@ -42,7 +42,6 @@ class Person extends Model
];
protected $hidden = [
'id',
'deleted',
'user_id'
];