From 5985587895f056802636d5e91989757fa8b1b42b Mon Sep 17 00:00:00 2001 From: Andrew Ivchenkov Date: Mon, 20 May 2024 23:26:31 +0300 Subject: [PATCH] Fixed namespace use in `MagicPropertiesTrait` --- src/Trait/MagicPropertiesTrait.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Trait/MagicPropertiesTrait.php b/src/Trait/MagicPropertiesTrait.php index 75bbf4617..dba99937e 100644 --- a/src/Trait/MagicPropertiesTrait.php +++ b/src/Trait/MagicPropertiesTrait.php @@ -7,6 +7,7 @@ use ReflectionException; use Throwable; use Yiisoft\ActiveRecord\AbstractActiveRecord; +use Yiisoft\ActiveRecord\ActiveQueryInterface; use Yiisoft\ActiveRecord\ActiveRecordInterface; use Yiisoft\Db\Exception\Exception; use Yiisoft\Db\Exception\InvalidArgumentException;