hootlex / laravel-moderation

A simple Content Moderation System for Laravel 5.* that allows you to Approve or Reject resources like posts, comments, users, etc.
MIT License
526 stars 68 forks source link

Moderated By (Question) #44

Open suicodave opened 5 years ago

suicodave commented 5 years ago

How can I customize when I approve a model and manually assign the user for moderated_by like $model->moderated_by = 'String user id' ?