This commit is contained in:
Simon Pocrnjič
2024-11-19 21:29:53 +01:00
parent e66eb6436c
commit 713bd9ffe3
4 changed files with 18 additions and 18 deletions
+1
View File
@@ -42,6 +42,7 @@ class Person extends Model
];
protected $hidden = [
'id',
'deleted',
'user_id'
];