mirror of
https://github.com/Karaka-Management/oms-Marketing.git
synced 2026-02-18 02:48:41 +00:00
Automated formatting changes
This commit is contained in:
parent
13950e61b2
commit
2177da4ed4
|
|
@ -81,7 +81,7 @@ final class PromotionMapper extends DataMapperAbstract
|
||||||
*/
|
*/
|
||||||
protected static array $ownsOne = [
|
protected static array $ownsOne = [
|
||||||
'calendar' => [
|
'calendar' => [
|
||||||
'mapper' => CalendarMapper::class,
|
'mapper' => CalendarMapper::class,
|
||||||
'external' => 'marketing_promotion_calendar',
|
'external' => 'marketing_promotion_calendar',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
@ -94,7 +94,7 @@ final class PromotionMapper extends DataMapperAbstract
|
||||||
*/
|
*/
|
||||||
protected static array $belongsTo = [
|
protected static array $belongsTo = [
|
||||||
'createdBy' => [
|
'createdBy' => [
|
||||||
'mapper' => AccountMapper::class,
|
'mapper' => AccountMapper::class,
|
||||||
'external' => 'marketing_promotion_created_by',
|
'external' => 'marketing_promotion_created_by',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user