Skip to content

Commit

Permalink
Fix a left-over class alias usage (see #1235)
Browse files Browse the repository at this point in the history
Description
-----------

-

Commits
-------

62f9a9b2 Fix a left-over class alias usage
f193dcee Add the --ansi flag in the ci.yml file
  • Loading branch information
leofeyer committed Jan 22, 2020
1 parent db57857 commit a88e0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/contao/widgets/Picker.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ protected function generateValues($blnHasOrder): array
return (array) $this->varValue;
}

\Controller::loadDataContainer($strRelatedTable);
Controller::loadDataContainer($strRelatedTable);

$arrValues = array();

Expand Down

0 comments on commit a88e0f1

Please sign in to comment.