mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-02-06 20:48:42 +00:00
Draft ProjectManagement and EventManagement models
This commit is contained in:
parent
dde7bbc5fe
commit
f184935c32
|
|
@ -22,7 +22,7 @@ class CollectionMapper extends MediaMapper
|
|||
{
|
||||
protected static $hasMany = [
|
||||
'sources' => [
|
||||
'mapper' => '\Modules\Media\Models\MediaMapper', /* mapper of the related object */
|
||||
'mapper' => \Modules\Media\Models\MediaMapper::class, /* mapper of the related object */
|
||||
'relationmapper' => null, /* if the relation itself is a more complex object that has it's own mapper */
|
||||
'table' => 'media_relation', /* table of the related object, null if no relation table is used (many->1) */
|
||||
'dst' => 'media_relation_dst',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user