laravel icon indicating copy to clipboard operation
laravel copied to clipboard

Typo in WhoDidIt referring to "udpated_by" instead of "updated_by"

Open NaLogo opened this issue 1 year ago • 1 comments

Hey,

there is a typo in WhoDidIt, it refers to the field "udpated_by" instead of "updated_by". Line 43

public function updating(Eloquent $model){ $model->udpated_by = $this->doer(); }

NaLogo avatar Sep 01 '22 08:09 NaLogo

Opened a PR

https://github.com/reliese/laravel/pull/242

NaLogo avatar Sep 01 '22 09:09 NaLogo

Fixed in #242

finiteinfinity avatar Oct 14 '22 09:10 finiteinfinity