Skip to content

Commit b1a1540

Browse files
committed
Merge pull request #17 from sobolevna/patch-1
Update GG.php
2 parents 0aec4fb + c21f8f7 commit b1a1540

File tree

1 file changed

+1
-1
lines changed
  • src/PHPixie/ORM/Steps/Step

1 file changed

+1
-1
lines changed

src/PHPixie/ORM/Steps/Step/GG.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class GG extends \PHPixie\ORM\Steps\Step
99

1010
public function __construct($result, $placeholderField, $resultStep, $resultField)
1111
{
12-
$this->resu;t = $result;
12+
$this->result = $result;
1313
$this->placeholderField = $placeholderField;
1414
$this->resultStep = $resultStep;
1515
$this->resultField = $resultField;

0 commit comments

Comments
 (0)