From 59c9a2e9444b1282c83b14d0f958fc1a6f5a21b0 Mon Sep 17 00:00:00 2001 From: xl Date: Wed, 6 Nov 2024 21:03:11 +0800 Subject: [PATCH] eee --- Relation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Relation.php b/Relation.php index c68d93e..c01cb23 100644 --- a/Relation.php +++ b/Relation.php @@ -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]); } /**