implement localization

This commit is contained in:
Dennis Eichhorn 2020-03-22 18:42:34 +01:00
parent d3583924c8
commit fab36623f9

View File

@ -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.
*