Major change update laravel, inertia v2 -> v3, other changes
This commit is contained in:
@@ -21,6 +21,8 @@ public function update(Person $person, Request $request)
|
||||
'tax_number' => 'nullable|integer',
|
||||
'social_security_number' => 'nullable|integer',
|
||||
'description' => 'nullable|string|max:500',
|
||||
'employer' => 'nullable|string|max:255',
|
||||
'birthday' => 'nullable|date',
|
||||
]);
|
||||
|
||||
$person->update($attributes);
|
||||
|
||||
Reference in New Issue
Block a user