perf(cards): fetch all cards at once

Instead of one by one

Signed-off-by: Carl Schwan <carl.schwan@nextclound.com>
This commit is contained in:
Carl Schwan
2025-08-13 14:50:54 +02:00
parent 0ed8b21b3c
commit a3fa72341d
5 changed files with 58 additions and 21 deletions

View File

@@ -15,6 +15,7 @@ use Sabre\VObject\Component\VCalendar;
* @method int getDeletedAt()
* @method int getLastModified()
* @method int getOrder()
* @method Card[] getCards()
*/
class Stack extends RelationalEntity {
protected $title;