]> git.mxchange.org Git - friendica.git/commit
Move FSuggest to depository
authorPhilipp <admin@philipp.info>
Thu, 21 Oct 2021 20:57:13 +0000 (22:57 +0200)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sun, 24 Oct 2021 01:45:35 +0000 (21:45 -0400)
commit82a6c7803318fc43ccb0bbd32ba3d18f7cc9f76e
tree1cf15a86d9d2ae1006c9123044920f73e59f29c4
parent4a50a83437a6c449482b93aed7bb180e921efc96
Move FSuggest to depository
13 files changed:
src/BaseRepository.php [deleted file]
src/Collection/FSuggests.php [deleted file]
src/Collection/Notifications.php [deleted file]
src/Contact/FriendSuggest/Depository/FriendSuggest.php [new file with mode: 0644]
src/Contact/FriendSuggest/Entity/FriendSuggest.php [new file with mode: 0644]
src/Contact/FriendSuggest/Exception/FriendSuggestPersistenceException.php [new file with mode: 0644]
src/Contact/FriendSuggest/Factory/FriendSuggest.php [new file with mode: 0644]
src/DI.php
src/Model/FSuggest.php [deleted file]
src/Module/FriendSuggest.php
src/Protocol/ActivityPub/Transmitter.php
src/Repository/FSuggest.php [deleted file]
src/Worker/Notifier.php