Skip to content

Commit

Permalink
Merge pull request #283 from sherlockode/feature/remove-obsolete-conf…
Browse files Browse the repository at this point in the history
…iguration

Remove obsolete configuration
  • Loading branch information
juchi authored Apr 25, 2023
2 parents f9fce8e + d40dd24 commit b5f6289
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ public function getConfigTreeBuilder()
->booleanNode('allow_update')
->defaultFalse()
->end()
->booleanNode('field_default_required')
->defaultFalse()
->end()
->end()
->end()
->arrayNode('templates')
Expand Down
8 changes: 0 additions & 8 deletions Manager/ConfigurationManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,6 @@ public function initCanUpdate()
return $this->config['init_command']['allow_update'];
}

/**
* @return bool
*/
public function getFieldDefaultRequired()
{
return $this->config['init_command']['field_default_required'];
}

/**
* @return string
*/
Expand Down

0 comments on commit b5f6289

Please sign in to comment.