Hypolite Petovan 52f5d924b7 Replace remaining instances of DBA::update('contact') with Contact::update()
- This was breaking the synchronisation between the contact and user-contact tables
2022-02-24 09:35:54 -05:00
..
2022-01-02 08:27:47 +01:00
2022-01-02 10:49:50 +01:00
2022-01-02 08:27:47 +01:00
2022-02-20 05:14:36 +00:00
2022-01-02 08:27:47 +01:00
2022-01-02 08:27:47 +01:00
2022-01-02 08:27:47 +01:00
2022-01-02 08:27:47 +01:00
2022-01-02 08:27:47 +01:00
2022-01-02 08:27:47 +01:00
2022-02-20 14:10:57 +01:00
2022-01-02 08:27:47 +01:00
2022-01-02 08:27:47 +01:00
2022-01-02 08:27:47 +01:00
2022-01-02 08:27:47 +01:00
2019-03-22 22:56:57 -04:00
2022-01-02 08:27:47 +01:00
2022-01-02 08:27:47 +01:00
2022-01-02 08:27:47 +01:00
2022-01-09 16:06:00 +00:00
2022-01-02 08:27:47 +01:00

Friendica\Model

Models are the glue between the business logic of the app and the datastore(s).

In the namespace Model should only be static classes that interact with the DB with the same name as a database table.