Skip to content

Commit b9c260e

Browse files
author
roadiz-ci
committed
Merge branch hotfix/2.7.35
1 parent ee6db4c commit b9c260e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/Explorer/FolderExplorerItem.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,10 @@ protected function getEditItemPath(): string
6060
'folderId' => $this->folder->getId(),
6161
]);
6262
}
63+
64+
#[\Override]
65+
public function getColor(): string
66+
{
67+
return $this->folder->getColor();
68+
}
6369
}

0 commit comments

Comments
 (0)