Skip to content

Commit 5e3903f

Browse files
committed
php style corrected
1 parent 1de3c6a commit 5e3903f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/src/Form/Field/TransitionField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function setup(\SimpleXMLElement $element, $value, $group = null)
8080
$this->workflowStage = $input->getInt('id');
8181
}
8282

83-
$db = $this->getDatabase();
83+
$db = $this->getDatabase();
8484
$workflowStage = (int) $this->workflowStage;
8585

8686

0 commit comments

Comments
 (0)