Automated formatting changes

This commit is contained in:
Formatter Bot 2020-10-21 21:11:28 +00:00
parent 0d1925e366
commit c1ae03c461
2 changed files with 4 additions and 4 deletions

View File

@ -48,11 +48,11 @@ final class WikiCategoryMapper extends DataMapperAbstract
*/ */
protected static array $belongsTo = [ protected static array $belongsTo = [
'parent' => [ 'parent' => [
'mapper' => self::class, 'mapper' => self::class,
'external' => 'wiki_category_parent', 'external' => 'wiki_category_parent',
], ],
'app' => [ 'app' => [
'mapper' => WikiAppMapper::class, 'mapper' => WikiAppMapper::class,
'external' => 'wiki_category_app', 'external' => 'wiki_category_app',
], ],
]; ];

View File

@ -66,11 +66,11 @@ final class WikiDocMapper extends DataMapperAbstract
*/ */
protected static array $belongsTo = [ protected static array $belongsTo = [
'category' => [ 'category' => [
'mapper' => WikiCategoryMapper::class, 'mapper' => WikiCategoryMapper::class,
'external' => 'wiki_article_category', 'external' => 'wiki_article_category',
], ],
'app' => [ 'app' => [
'mapper' => WikiAppMapper::class, 'mapper' => WikiAppMapper::class,
'external' => 'wiki_article_app', 'external' => 'wiki_article_app',
], ],
]; ];