Skip to content

Commit

Permalink
Merge pull request #94 from kapersoft/master
Browse files Browse the repository at this point in the history
Added Label to PodioAppField Class
  • Loading branch information
daviferreira committed Aug 31, 2015
2 parents 362a81f + 2d27ed1 commit ce1eaa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/PodioAppField.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ public function __construct($attributes = array()) {
$this->property('external_id', 'string');
$this->property('config', 'hash');
$this->property('status', 'string');
$this->property('label', 'string');

$this->init($attributes);
}
Expand Down

0 comments on commit ce1eaa7

Please sign in to comment.