Skip to content

Commit

Permalink
Update ReferenceController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
autocode2020 committed Dec 7, 2022
1 parent 8ba25f3 commit c8dffac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/ReferenceController.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function setParent($model, $cell, $id) : bool

public function getReferenceEntity($name) : Entity
{
return ($this->profile->factory)($name);
return ($this->app->get("entity_factory"))($name);
}


Expand Down

0 comments on commit c8dffac

Please sign in to comment.