]> git.mxchange.org Git - friendica.git/commit
Switch data source from notify to notification in Module\Notifications\Ping
authorHypolite Petovan <hypolite@mrpetovan.com>
Sat, 5 Mar 2022 20:34:09 +0000 (15:34 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Mon, 14 Mar 2022 11:58:38 +0000 (07:58 -0400)
commit49971b1465d6ebb8e8260812ce3f9fbd7a4aef46
tree28e64f7a4856d798a20cdc7b1149f09aaff1ea97
parent1ae7cac23667a7e43a0ca5e66ad6fd58011542d0
Switch data source from notify to notification in Module\Notifications\Ping

- Change unused FormattedNotification classes to FormattedNavNotification classes
src/Core/System.php
src/Module/Notifications/Ping.php
src/Navigation/Notifications/Collection/Notifications.php
src/Navigation/Notifications/Factory/FormattedNavNotification.php [new file with mode: 0644]
src/Navigation/Notifications/Factory/FormattedNotification.php [deleted file]
src/Navigation/Notifications/Repository/Notification.php
src/Navigation/Notifications/ValueObject/FormattedNavNotification.php [new file with mode: 0644]
src/Navigation/Notifications/ValueObject/FormattedNotification.php [deleted file]