mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-02-14 00:08:41 +00:00
Doc + Mapper::class implementation
This commit is contained in:
parent
f7843d534c
commit
dde7bbc5fe
|
|
@ -49,6 +49,12 @@ class MediaMapper extends DataMapperAbstract
|
||||||
*/
|
*/
|
||||||
protected static $table = 'media';
|
protected static $table = 'media';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Created at.
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
* @since 1.0.0
|
||||||
|
*/
|
||||||
protected static $createdAt = 'media_created_at';
|
protected static $createdAt = 'media_created_at';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user