mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
Convert colorMapper to QBMapper
This commit is contained in:
@@ -5,6 +5,10 @@ use JsonSerializable;
|
||||
|
||||
use OCP\AppFramework\Db\Entity;
|
||||
|
||||
/**
|
||||
* @method void setColor(string $color)
|
||||
* @method strinf getColor()
|
||||
*/
|
||||
class Color extends Entity implements JsonSerializable {
|
||||
|
||||
protected $color;
|
||||
|
||||
Reference in New Issue
Block a user