Skip to content

Commit

Permalink
Fixed styling
Browse files Browse the repository at this point in the history
  • Loading branch information
kisztof committed Aug 31, 2023
1 parent 7abdf55 commit 41217c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/Repository/Helper/NameSchemaService.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ public function __construct(
array $settings = []
) {
$this->settings = $settings + [
'limit' => 150,
'sequence' => '...',
];
'limit' => 150,
'sequence' => '...',
];

parent::__construct(
$fieldTypeRegistry,
Expand Down

0 comments on commit 41217c4

Please sign in to comment.