Skip to content

Commit

Permalink
Update WhoDidIt.php
Browse files Browse the repository at this point in the history
Fixed typo in WhoDidIt
  • Loading branch information
lugotal authored Sep 1, 2022
1 parent a71f200 commit 0db4e99
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 0db4e99

Please sign in to comment.