-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Undefined index: column #38
Labels
Comments
I try protected function isModerationConstraint(array $where, $column)
{
if (isset($where['column'])) {
return $where['column'] == $column;
}
return false;
} I do not know True or False would be better. |
This was referenced Dec 8, 2018
ping @hootlex |
1 similar comment
ping @hootlex |
@schranzer235 fork repo and fix it. Or using https://github.com/spatie/laravel-model-status package |
thanks for your reply! didn't noticed at first |
@schranzer235 see my pull request #40 |
ping @hootlex |
Facing the same, any update? |
RedBlueBulb
added a commit
to RedBlueBulb/laravel-moderation
that referenced
this issue
May 30, 2021
RedBlueBulb
added a commit
to RedBlueBulb/laravel-moderation
that referenced
this issue
Jun 9, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi @hootlex
I have encountered this error.
In ModerationScope.php are you sure always has attribute in $where array
The text was updated successfully, but these errors were encountered: