mirror of
https://github.com/Karaka-Management/oms-SupplierManagement.git
synced 2026-01-11 17:28:41 +00:00
Merge branch 'develop' of https://github.com/Orange-Management/oms-SupplierManagement into develop
This commit is contained in:
commit
b60c04e4b5
|
|
@ -14,8 +14,6 @@ declare(strict_types=1);
|
|||
|
||||
namespace Modules\SupplierManagement\Admin;
|
||||
|
||||
use phpOMS\Module\UninstallerAbstract;
|
||||
|
||||
/**
|
||||
* Uninstaller class.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -41,7 +41,9 @@ class SupplierAttributeTypeL11n implements \JsonSerializable, ArrayableInterface
|
|||
* @var int|SupplierAttributeType
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected int|SupplierAttributeType $type = 0;
|
||||
protected int |
|
||||
|
||||
SupplierAttributeType $type = 0;
|
||||
|
||||
/**
|
||||
* Language.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user