This commit is contained in:
Linksehat Staging Server
2023-12-29 17:47:11 +07:00
parent 6b57919bba
commit 1aa984b7eb
3 changed files with 9 additions and 9 deletions

View File

@@ -151,6 +151,6 @@ class Person extends Model
public function updatePerson()
{
$this -> update ( $data );
$this-> update ( $data );
}
}