Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmintz committed Feb 26, 2021
1 parent 69a9548 commit ba02d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/InterpretersOffice/src/Form/PersonFieldset.php
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ public function __construct(ObjectManager $objectManager, $options = [])
}
$form_config = json_decode(file_get_contents($form_config_file), \JSON_OBJECT_AS_ARRAY)['users'] ?? null;
if (! $form_config) {
throw new \RuntimeException('no key "user" found in form configuration data');
throw new \RuntimeException('no key "users" found in form configuration data');
}

$this->allow_email_domains = $form_config['allow_email_domains'];
Expand Down

0 comments on commit ba02d1d

Please sign in to comment.