eee
This commit is contained in:
+1
-1
@@ -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());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user