mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-23 19:50:40 -05:00
fix: use whereNotNull for spellcheck CI
This commit is contained in:
@@ -83,9 +83,9 @@ class RequestController extends Controller
|
||||
|
||||
if ($request->filled('claimed')) {
|
||||
if ($request->boolean('claimed')) {
|
||||
$query->has('claim');
|
||||
$query->whereNotNull('claim');
|
||||
} else {
|
||||
$query->doesntHave('claim');
|
||||
$query->whereNull('claim');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user