This commit is contained in:
2023-04-10 17:45:29 +08:00
parent b069bc425b
commit ecfe15c3ac
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -4,6 +4,7 @@ declare(strict_types=1);
namespace Database;
use Exception;
use Kiri\Abstracts\Component;
use Kiri\Di\Context;
@@ -14,8 +15,6 @@ use Kiri\Di\Context;
class Relation extends Component
{
private array $_relations = [];
/** @var ActiveQuery[] $_query */
private array $_query = [];
@@ -52,6 +51,7 @@ class Relation extends Component
/**
* @param string $_identification
* @return mixed
* @throws Exception
*/
public function first(string $_identification): mixed
{