diff --git a/Relation.php b/Relation.php index cbeafd6..0392a1f 100644 --- a/Relation.php +++ b/Relation.php @@ -58,7 +58,7 @@ class Relation extends Component if (Context::exists($_identification)) { return Context::get($_identification); } - var_dump($_identification); + var_dump($_identification, Context::exists($_identification)); return Context::set($_identification, $this->_query[$_identification]->first()); }