Skip to content

Commit

Permalink
Merge pull request #8 from Rias500/analysis-qJmyxE
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
Rias committed Jan 28, 2018
2 parents 25cd7e3 + 5f9bd15 commit fbdf3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fields/Position.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public function getSettingsHtml()
Craft::$app->getView()->registerAssetBundle(PositionFieldtypeAsset::class);

// Get our id and namespace
$id = Craft::$app->getView()->formatInputId("position-fieldtype");
$id = Craft::$app->getView()->formatInputId('position-fieldtype');
$namespacedId = Craft::$app->getView()->namespaceInputId($id);

Craft::$app->getView()->registerJs("new PositionSelectInput('{$namespacedId}');");
Expand Down

0 comments on commit fbdf3e8

Please sign in to comment.