mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-02-18 02:28:40 +00:00
Merge branch 'develop' of https://github.com/Orange-Management/oms-Exchange into develop
This commit is contained in:
commit
a9b8da2886
|
|
@ -14,8 +14,6 @@ declare(strict_types=1);
|
||||||
|
|
||||||
namespace Modules\Exchange\Admin;
|
namespace Modules\Exchange\Admin;
|
||||||
|
|
||||||
use phpOMS\Module\UninstallerAbstract;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Uninstaller class.
|
* Uninstaller class.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -67,7 +67,9 @@ class ExchangeLog implements \JsonSerializable, ArrayableInterface
|
||||||
* @var int
|
* @var int
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
public int|InterfaceManager $exchange = 0;
|
public int |
|
||||||
|
|
||||||
|
InterfaceManager $exchange = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Date type.
|
* Date type.
|
||||||
|
|
@ -83,7 +85,9 @@ class ExchangeLog implements \JsonSerializable, ArrayableInterface
|
||||||
* @var int|Account
|
* @var int|Account
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
public int|Account $createdBy = 0;
|
public int |
|
||||||
|
|
||||||
|
Account $createdBy = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor.
|
* Constructor.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user