Hypolite Petovan 50d05cec83 Ensure url property of Probe::uri result is used authoritatively
- Some profile URLs aren't canonical and need to be updated during probe
2020-06-26 12:52:39 -04:00
..
2020-04-19 08:34:20 +00:00
2020-03-09 23:28:37 +00:00
2020-04-01 05:42:44 +00:00
2020-04-28 13:33:03 +00:00
2019-03-22 22:56:57 -04:00
2020-04-29 01:40:59 +00:00
2020-04-28 13:33:03 +00:00
2020-05-18 01:05:38 -04:00
2020-05-02 05:08:05 +00:00
2020-05-19 22:42:01 +02: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.