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); }