This commit is contained in:
Rich Lott / Artful Robot 2024-02-28 13:00:56 +00:00
parent 3b393be4f4
commit 0b96026602
17 changed files with 458 additions and 38 deletions

View file

@ -15,7 +15,7 @@ class ContactCategory extends Generic\DAOEntity {
/**
*
*/
public function sync(): Sync {
public static function sync(): Sync {
return new Sync('ContactCategory', 'sync');
}