mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-02-14 20:48:41 +00:00
implement localization
This commit is contained in:
parent
d3583924c8
commit
fab36623f9
|
|
@ -60,6 +60,14 @@ final class AuditMapper extends DataMapperAbstract
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Model to use by the mapper.
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
* @since 1.0.0
|
||||||
|
*/
|
||||||
|
protected static string $model = Audit::class;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Primary table.
|
* Primary table.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user