mirror of
https://github.com/Karaka-Management/oms-ClientManagement.git
synced 2026-02-11 06:18:42 +00:00
Merge branch 'develop' of https://github.com/Orange-Management/oms-ClientManagement into develop
This commit is contained in:
commit
32f1676a09
|
|
@ -14,8 +14,6 @@ declare(strict_types=1);
|
||||||
|
|
||||||
namespace Modules\ClientManagement\Admin;
|
namespace Modules\ClientManagement\Admin;
|
||||||
|
|
||||||
use phpOMS\Module\UninstallerAbstract;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Uninstaller class.
|
* Uninstaller class.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -68,7 +68,9 @@ class ClientAttributeType implements \JsonSerializable, ArrayableInterface
|
||||||
*
|
*
|
||||||
* @var string | ClientAttributeTypeL11n
|
* @var string | ClientAttributeTypeL11n
|
||||||
*/
|
*/
|
||||||
protected string|ClientAttributeTypeL11n $l11n;
|
protected string |
|
||||||
|
|
||||||
|
ClientAttributeTypeL11n $l11n;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Possible default attribute values
|
* Possible default attribute values
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,9 @@ class ClientAttributeTypeL11n implements \JsonSerializable, ArrayableInterface
|
||||||
* @var int|ClientAttributeType
|
* @var int|ClientAttributeType
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
protected int|ClientAttributeType $type = 0;
|
protected int |
|
||||||
|
|
||||||
|
ClientAttributeType $type = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Language.
|
* Language.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user