From 4f31065818b04ed04e0d01ff6d057fcbfb8c367b Mon Sep 17 00:00:00 2001 From: xl Date: Wed, 6 Nov 2024 21:15:11 +0800 Subject: [PATCH] eee --- Relation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Relation.php b/Relation.php index ec599b2..cbeafd6 100644 --- a/Relation.php +++ b/Relation.php @@ -55,10 +55,10 @@ class Relation extends Component */ public function first(string $_identification): mixed { - var_dump($_identification); if (Context::exists($_identification)) { return Context::get($_identification); } + var_dump($_identification); return Context::set($_identification, $this->_query[$_identification]->first()); }