eee
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ class Relation extends Component
|
|||||||
*/
|
*/
|
||||||
public function hasIdentification(string $identification): bool
|
public function hasIdentification(string $identification): bool
|
||||||
{
|
{
|
||||||
return isset($this->_query[$identification]) && $this->_query[$identification] instanceof ActiveQueryInterface;
|
return isset($this->_query[$identification]);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user