Deprecated the notify table/classes

This commit is contained in:
Hypolite Petovan 2022-02-23 02:10:57 -05:00
parent b98243826f
commit 7ce97459d4
13 changed files with 492 additions and 36 deletions

View file

@ -46,6 +46,8 @@ use Psr\Http\Message\UriInterface;
* @property-read $uriId
* @property-read $parentUriId
* @property-read $id
*
* @deprecated since 2022.05 Use \Friendica\Navigation\Notifications\Entity\Notification instead
*/
class Notify extends BaseEntity
{