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

Fix scope removal for laravel 5.3. #22

Closed PiranhaGeorge closed 7 years ago

PiranhaGeorge commented 7 years ago

In laravel 5.3 I found that ModerationScope was not being removed from the query builder. This fixes the problem.

hootlex commented 7 years ago

Thank you!