This commit is contained in:
xl
2024-11-06 21:11:43 +08:00
parent 4e59053d5c
commit 904ba8cc97
+1
View File
@@ -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);
}