mirror of
https://github.com/Karaka-Management/oms-Navigation.git
synced 2026-02-05 11:48:41 +00:00
implement localization
This commit is contained in:
parent
dfd9f065d7
commit
0d942147cc
|
|
@ -50,6 +50,14 @@ final class NavElementMapper extends DataMapperAbstract
|
|||
'nav_permission_element' => ['name' => 'nav_permission_element', 'type' => 'int', 'internal' => 'permissionElement'],
|
||||
];
|
||||
|
||||
/**
|
||||
* Model to use by the mapper.
|
||||
*
|
||||
* @var string
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static string $model = NavElement::class;
|
||||
|
||||
/**
|
||||
* Primary table.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user