This commit is contained in:
Adrian Hopek
2022-04-25 13:56:36 +02:00
parent ae2ff13961
commit 54ca728880
10 changed files with 2 additions and 13 deletions

View File

@@ -27,9 +27,7 @@ class Profile extends Model
use HasAvatar;
protected $primaryKey = "user_id";
protected $guarded = [];
protected $casts = [
"employment_form" => EmploymentForm::class,
"employment_date" => "date",