Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
bytehead committed Jan 2, 2022
1 parent 6082295 commit d1e7104
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,10 @@ public function testAddRootPagesToFieldConfig(): void
'rootPages' => [
1 => 'title-1 (language-1)',
2 => 'title-2 (language-2)',
3 => 'title-3 (language-3)'
3 => 'title-3 (language-3)',
],
'blankOptionLabel' => null,
]
],
],
], $GLOBALS['TL_DCA']['tl_module']['fields']);

Expand Down

0 comments on commit d1e7104

Please sign in to comment.