Skip to content

Commit

Permalink
Fix coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdalpino committed Sep 12, 2022
1 parent 17fa970 commit e7b63e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/AutotrackRevisions.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function revision() : string

foreach ($properties as $property) {
$property->setAccessible(true);

if ($property->isInitialized($current)) {
$value = $property->getValue($current);

Expand Down

0 comments on commit e7b63e1

Please sign in to comment.