mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-02-13 06:18:40 +00:00
bug fixes / dbmapper fixes
This commit is contained in:
parent
15b0f1cba7
commit
7fcb4742c3
|
|
@ -88,7 +88,7 @@ class ProjectAttribute implements \JsonSerializable, ArrayableInterface
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
'id' => $this->id,
|
'id' => $this->id,
|
||||||
'item' => $this->item,
|
'project' => $this->project,
|
||||||
'type' => $this->type,
|
'type' => $this->type,
|
||||||
'value' => $this->value,
|
'value' => $this->value,
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https: //orange-management.org
|
* @link https://orange-management.org
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
|
||||||
*
|
*
|
||||||
* @package Modules\ProjectManagement\Models
|
* @package Modules\ProjectManagement\Models
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https: //orange-management.org
|
* @link https://orange-management.org
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class ProjectAttributeValueMapper extends DataMapperFactory
|
final class ProjectAttributeValueMapper extends DataMapperFactory
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user