This commit is contained in:
xl
2024-11-06 21:16:30 +08:00
parent 4f31065818
commit e343595e7d
+1 -1
View File
@@ -58,7 +58,7 @@ class Relation extends Component
if (Context::exists($_identification)) { if (Context::exists($_identification)) {
return Context::get($_identification); return Context::get($_identification);
} }
var_dump($_identification); var_dump($_identification, Context::exists($_identification));
return Context::set($_identification, $this->_query[$_identification]->first()); return Context::set($_identification, $this->_query[$_identification]->first());
} }