This commit is contained in:
xl
2024-11-06 21:03:11 +08:00
parent f563126cd0
commit 59c9a2e944
+1 -1
View File
@@ -35,7 +35,7 @@ class Relation extends Component
*/
public function hasIdentification(string $identification): bool
{
return isset($this->_query[$identification]) && $this->_query[$identification] instanceof ActiveQueryInterface;
return isset($this->_query[$identification]);
}
/**