]> git.mxchange.org Git - friendica.git/commit
Create entity-related classes for delivery-queue table
authorHypolite Petovan <hypolite@mrpetovan.com>
Sat, 31 Dec 2022 19:27:42 +0000 (14:27 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sun, 1 Jan 2023 23:50:19 +0000 (18:50 -0500)
commit49654c0d99605a75d3fc8dc05727abcb7b285e5c
treeb37207d593a5e900b6ffd83335f195ef868dd487
parent4faf08c0643d3e6bbe2a0a77be2ff8c1dbea4d5c
Create entity-related classes for delivery-queue table
src/DI.php
src/Federation/Collection/DeliveryQueueAggregates.php [new file with mode: 0644]
src/Federation/Collection/DeliveryQueueItems.php [new file with mode: 0644]
src/Federation/Entity/DeliveryQueueAggregate.php [new file with mode: 0644]
src/Federation/Entity/DeliveryQueueItem.php [new file with mode: 0644]
src/Federation/Factory/DeliveryQueueItem.php [new file with mode: 0644]
src/Federation/Repository/DeliveryQueueItem.php [new file with mode: 0644]