Convert colorMapper to QBMapper

This commit is contained in:
Matias De lellis
2021-09-20 20:14:17 -03:00
parent 443f6bf144
commit 3365a914c7
3 changed files with 33 additions and 16 deletions

View File

@@ -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;