make fixes for new datamapper

This commit is contained in:
Dennis Eichhorn 2020-03-13 23:30:58 +01:00
parent 34c9c235b1
commit 6f491b1281

View File

@ -62,12 +62,14 @@ final class TagMapper extends DataMapperAbstract
* @var array<string, array{mapper:string, self:string}>
* @since 1.0.0
*/
/*
protected static array $belongsTo = [
'owner' => [
'mapper' => AccountMapper::class,
'self' => 'tag_owner',
],
];
*/
/**
* Primary table.