This commit is contained in:
xl
2024-10-23 14:54:04 +08:00
parent 8027effa8c
commit 3244f8cfac
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ class Relation extends Component
*/
public function hasIdentification(string $identification): bool
{
return isset($this->_query[$identification]) && $this->_query[$identification] instanceof ActiveQuery;
return isset($this->_query[$identification]);
}
/**