Skip to content

Commit

Permalink
Pass structure getter fixed
Browse files Browse the repository at this point in the history
#closes 6
  • Loading branch information
eymengunay committed Jun 5, 2013
1 parent 9e7eedd commit a8d5758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Passbook/Pass.php
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ public function setStructure($structure)
*/
public function getStructure()
{
return $this->$structure;
return $this->structure;
}

/**
Expand Down

0 comments on commit a8d5758

Please sign in to comment.