Skip to content

Commit

Permalink
psr
Browse files Browse the repository at this point in the history
  • Loading branch information
nateiler committed Jan 11, 2019
1 parent 43c6652 commit 5414b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/records/ActiveRecord.php
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ public function getDirtyAttributes($names = null)
$attributes = $names ?: $this->getterPriorityAttributes;

// Call each attribute to see if the 'getter' has a value
foreach($attributes as $attribute) {
foreach ($attributes as $attribute) {
if ($this->hasGetterPriority($attribute)) {
$this->{'get' . $attribute}();
}
Expand Down

0 comments on commit 5414b49

Please sign in to comment.