Hypolite Petovan 1414d43597
Merge pull request #9664 from annando/delete-contacts
Delete removed contacts
2020-12-16 11:28:56 -05:00
..
2020-12-15 22:56:46 +00:00
2020-12-15 22:56:46 +00:00
2020-07-23 06:11:21 +00:00
2020-09-02 19:19:00 +00:00
2020-07-13 09:45:45 +00:00
2020-09-15 18:16:44 +02:00
2020-11-19 17:19:14 +00:00
2019-03-22 22:56:57 -04:00
2020-04-29 01:40:59 +00:00
2020-11-19 19:34:48 +00: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.