Fix to Missing Test Model Class

This commit is contained in:
japatel
2015-01-08 22:51:21 -06:00
parent 88aac05f04
commit 79eecb7100

View File

@@ -34,6 +34,9 @@ class ArrayClass extends PayPalModel
$this->tags = $tags; $this->tags = $tags;
} }
/**
* @return array
*/
public function getTags() public function getTags()
{ {
return $this->tags; return $this->tags;