Skip to content

Commit

Permalink
Fixing automatic build
Browse files Browse the repository at this point in the history
  • Loading branch information
stankut committed Jun 14, 2024
1 parent 37987ab commit 8481788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os2forms.install
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ function os2forms_update_8904() {
// Add field field.field.node.webform.field_os2forms_wff_area.
// Field storage.
$path = \Drupal::service('extension.list.module')->getPath('os2forms');
$field_storage_yml = Yaml::parse(file_get_contents( "$path/config/optional/field.storage.node.field_os2forms_wff_area.yml"));
$field_storage_yml = Yaml::parse(file_get_contents("$path/config/optional/field.storage.node.field_os2forms_wff_area.yml"));
if (!FieldStorageConfig::loadByName('node', 'field_os2forms_wff_area')) {
FieldStorageConfig::create($field_storage_yml)->save();
}
Expand Down

0 comments on commit 8481788

Please sign in to comment.