Skip to content

Commit

Permalink
Merge pull request #242 from lugotal/v1.x
Browse files Browse the repository at this point in the history
Update WhoDidIt.php
  • Loading branch information
finiteinfinity committed Oct 14, 2022
2 parents a71f200 + 0db4e99 commit 521f6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Eloquent/WhoDidIt.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function creating(Eloquent $model)
*/
public function updating(Eloquent $model)
{
$model->udpated_by = $this->doer();
$model->updated_by = $this->doer();
}

/**
Expand Down

0 comments on commit 521f6aa

Please sign in to comment.