sqits / laravel-userstamps

Package to maintain the users who created, updated and deleted eloquent models
MIT License
18 stars 7 forks source link

Column "updated_by" will be filled in during adding/deleting/restoring operations #5

Closed andreadam82 closed 4 years ago

andreadam82 commented 4 years ago

As Laravel "timestamps", column "updated_by" will be filled in during adding/deleting/restoring operations.

rschaaphuizen commented 4 years ago

Hi Andrea, thanks for your pull request. I've just merged it and tagged version 0.0.6 with your changes in it.

andreadam82 commented 4 years ago

Thanks to you! Your component is very usefull for me