mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-13 11:08:42 +00:00
fix broken docblock
This commit is contained in:
parent
5ab9a32cb6
commit
21e8bb6019
|
|
@ -51,11 +51,19 @@ final class AccountMapper extends DataMapperAbstract
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Has many relation.
|
* Has one relation.
|
||||||
*
|
*
|
||||||
* @var array<string, array<string, null|string>>
|
* @var array<string, array<string, string>>
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/ /**
|
*/
|
||||||
|
protected static array $ownsOne = [
|
||||||
|
'localization' => [
|
||||||
|
'mapper' => LocalizationMapper::class,
|
||||||
|
'src' => 'account_localization',
|
||||||
|
],
|
||||||
|
];
|
||||||
|
|
||||||
|
/**
|
||||||
* Has many relation.
|
* Has many relation.
|
||||||
*
|
*
|
||||||
* @var array<string, array<string, null|string>>
|
* @var array<string, array<string, null|string>>
|
||||||
|
|
|
||||||
|
|
@ -66,11 +66,6 @@ final class GroupMapper extends DataMapperAbstract
|
||||||
protected static string $createdAt = 'group_created';
|
protected static string $createdAt = 'group_created';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Has many relation.
|
|
||||||
*
|
|
||||||
* @var array<string, array<string, null|string>>
|
|
||||||
* @since 1.0.0
|
|
||||||
*/ /**
|
|
||||||
* Has many relation.
|
* Has many relation.
|
||||||
*
|
*
|
||||||
* @var array<string, array<string, null|string>>
|
* @var array<string, array<string, null|string>>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user