Doc + Mapper::class implementation

This commit is contained in:
Dennis Eichhorn 2016-03-09 23:11:51 +01:00
parent f7843d534c
commit dde7bbc5fe

View File

@ -49,6 +49,12 @@ class MediaMapper extends DataMapperAbstract
*/
protected static $table = 'media';
/**
* Created at.
*
* @var string
* @since 1.0.0
*/
protected static $createdAt = 'media_created_at';
/**