compact(): Undefined variable: operator in Builder.php line 1229
Go to your project in vendor\laravel\framework\src\Illuminate\Database\Query\Builder.php
In line number 1337, you can found below code inside the addWhereExistsQuery method
$this->wheres[] = compact('type', 'operator', 'query', 'boolean');
you just remove the 'operator' paramiter
and I hope it will work fine
Belum ada Komentar untuk "compact(): Undefined variable: operator in Builder.php line 1229"
Posting Komentar