fix: remove usage of non-existent 'hash' field (#3399)

This commit is contained in:
Eymen Elkum
2025-06-12 12:40:53 +03:00
committed by GitHub
parent a90cd8a718
commit a94fb01ceb
@@ -73,7 +73,6 @@ class PhoneNumber extends Database implements
$phoneNumbers = $this
->where([
'name' => $numberList,
'hash' => null,
])
->find();