mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-01-29 04:58:40 +00:00
Use global namespace+minor fixes
This commit is contained in:
parent
de30ad2568
commit
e169fb66ce
|
|
@ -51,6 +51,11 @@ final class AccountMapper extends DataMapperAbstract
|
|||
];
|
||||
|
||||
/**
|
||||
* Has many relation.
|
||||
*
|
||||
* @var array<string, array<string, string>>
|
||||
* @since 1.0.0
|
||||
*/ /**
|
||||
* Has many relation.
|
||||
*
|
||||
* @var array<string, array<string, string>>
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ class Group extends \phpOMS\Account\Group
|
|||
/**
|
||||
* Get created by.
|
||||
*
|
||||
* @return mixed
|
||||
* @return int|\phpOMS\Account\Account
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -67,6 +67,11 @@ final class GroupMapper extends DataMapperAbstract
|
|||
protected static $createdAt = 'group_created';
|
||||
|
||||
/**
|
||||
* Has many relation.
|
||||
*
|
||||
* @var array<string, array<string, string>>
|
||||
* @since 1.0.0
|
||||
*/ /**
|
||||
* Has many relation.
|
||||
*
|
||||
* @var array<string, array<string, string>>
|
||||
|
|
|
|||
|
|
@ -199,6 +199,9 @@ class Module
|
|||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function jsonSerialize()
|
||||
{
|
||||
return $this->toArray();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user