Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
edstevo committed Oct 12, 2017
1 parent 3f790de commit ed3a439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Repositories/DaoValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function store(array $rules = [])
*/
public function update(array $rules = [])
{
return $this->validate(array_merge($this->dao->getStoreRules(), $rules));
return $this->validate(array_merge($this->dao->getUpdateRules(), $rules));
}

/**
Expand Down

0 comments on commit ed3a439

Please sign in to comment.