Automated formatting changes

This commit is contained in:
Formatter Bot 2020-10-21 21:11:43 +00:00
parent 13950e61b2
commit 2177da4ed4

View File

@ -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',
], ],
]; ];