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