Skip to content

Commit

Permalink
Merge pull request #13 from sandermarechal/set-array
Browse files Browse the repository at this point in the history
Update multiple properties at once
  • Loading branch information
treffynnon committed Nov 7, 2012
2 parents d8f5967 + 766de4c commit 9367d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paris.php
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ public function get($property) {
/**
* Setter method, allows $model->set('property', 'value') access to data.
*/
public function set($property, $value) {
public function set($property, $value = null) {
$this->orm->set($property, $value);
}

Expand Down

0 comments on commit 9367d7b

Please sign in to comment.