Skip to content

Commit 521f6aa

Browse files
Merge pull request #242 from lugotal/v1.x
Update WhoDidIt.php
2 parents a71f200 + 0db4e99 commit 521f6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/Eloquent/WhoDidIt.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function creating(Eloquent $model)
4040
*/
4141
public function updating(Eloquent $model)
4242
{
43-
$model->udpated_by = $this->doer();
43+
$model->updated_by = $this->doer();
4444
}
4545

4646
/**

0 commit comments

Comments
 (0)