-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Labels
Description
hi @hootlex
I have encountered this error.
"message": "Undefined index: column",
"exception": "ErrorException",
"file": "...\\vendor\\hootlex\\laravel-moderation\\src\\ModerationScope.php",
"line": 404,
In ModerationScope.php are you sure always has attribute in $where array
protected function isModerationConstraint(array $where, $column)
{
return $where['column'] == $column;
}nikhilbhatia22