Skip to content

Commit

Permalink
remove unused Lookup::setApiConfig method
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed May 9, 2023
1 parent 6c08e81 commit ddd18de
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/Form/Control/Lookup.php
Original file line number Diff line number Diff line change
Expand Up @@ -332,20 +332,6 @@ protected function applyDependencyConditions(): void
($this->dependency)($this->model, $data);
}

/**
* Set Fomantic-UI Api settings to use with dropdown.
*
* @param array $config
*
* @return $this
*/
public function setApiConfig($config)
{
$this->apiConfig = array_merge($this->apiConfig, $config);

return $this;
}

/**
* Override this method if you want to add more logic to the initialization of the auto-complete field.
*
Expand Down

0 comments on commit ddd18de

Please sign in to comment.