Skip to content

Commit

Permalink
Update administrator/components/com_finder/src/Model/IndexerModel.php
Browse files Browse the repository at this point in the history
Co-authored-by: Phil E. Taylor <phil@phil-taylor.com>
  • Loading branch information
Hackwar and Phil E. Taylor committed Jan 27, 2022
1 parent e650618 commit 9a5b229
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -33,7 +33,7 @@ class IndexerModel extends FormModel
*
* @throws \Exception
*/
public function getForm($data = array(), $loadData = true)
public function getForm($data = [], $loadData = true)
{
// Get the form.
$form = $this->loadForm('com_finder.indexer', 'indexer', array('control' => '', 'load_data' => $loadData));
Expand Down

0 comments on commit 9a5b229

Please sign in to comment.