We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a71f200 + 0db4e99 commit 521f6aaCopy full SHA for 521f6aa
src/Database/Eloquent/WhoDidIt.php
@@ -40,7 +40,7 @@ public function creating(Eloquent $model)
40
*/
41
public function updating(Eloquent $model)
42
{
43
- $model->udpated_by = $this->doer();
+ $model->updated_by = $this->doer();
44
}
45
46
/**
0 commit comments