bug fixes / dbmapper fixes

This commit is contained in:
Dennis Eichhorn 2021-12-19 20:20:39 +01:00
parent 15b0f1cba7
commit 7fcb4742c3
8 changed files with 63 additions and 63 deletions

View File

@ -88,7 +88,7 @@ class ProjectAttribute implements \JsonSerializable, ArrayableInterface
{
return [
'id' => $this->id,
'item' => $this->item,
'project' => $this->project,
'type' => $this->type,
'value' => $this->value,
];

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https: //orange-management.org
* @link https://orange-management.org
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
*
* @package Modules\ProjectManagement\Models
* @license OMS License 1.0
* @link https: //orange-management.org
* @link https://orange-management.org
* @since 1.0.0
*/
final class ProjectAttributeValueMapper extends DataMapperFactory