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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user