update
This commit is contained in:
@@ -146,4 +146,9 @@ class Person extends Model
|
||||
return "other";
|
||||
}
|
||||
}
|
||||
|
||||
public function updatePerson()
|
||||
{
|
||||
$this -> update ( $data );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user