]> git.mxchange.org Git - friendica.git/commit
Rename classes
authornupplaPhil <admin@philipp.info>
Sun, 26 Jan 2020 19:30:24 +0000 (20:30 +0100)
committernupplaPhil <admin@philipp.info>
Sun, 26 Jan 2020 19:30:24 +0000 (20:30 +0100)
commit0840938dff3a2bdc8db836662fea2bbccff05e03
tree46a940c843771583e0bdbb029097b0e3bbba2e88
parentb85511b00db778030302255fd6901157c750a2f1
Rename classes
- Repository/Model Notification => Notify
- Factory/Object Notification => Notification
17 files changed:
include/api.php
include/enotify.php
mod/ping.php
src/Collection/Notifications.php [deleted file]
src/Collection/Notifies.php [new file with mode: 0644]
src/DI.php
src/Factory/Notification/Introduction.php [new file with mode: 0644]
src/Factory/Notification/IntroductionFactory.php [deleted file]
src/Factory/Notification/Notification.php [new file with mode: 0644]
src/Factory/Notification/NotificationFactory.php [deleted file]
src/Model/Notification.php [deleted file]
src/Model/Notify.php [new file with mode: 0644]
src/Module/Notifications/Introductions.php
src/Module/Notifications/Notification.php
src/Module/Notifications/Notifications.php
src/Repository/Notification.php [deleted file]
src/Repository/Notify.php [new file with mode: 0644]