Skip to content

Commit

Permalink
Update CreatingListener.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebronner committed Jan 31, 2024
1 parent 0233322 commit 6242aee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Listeners/CreatingListener.php
Expand Up @@ -35,6 +35,7 @@ class_uses_recursive($model)
->filter()
->each(function ($model) {
$model->getEntityFromModel(get_class($model));
$this->createGovernorOwnedByFields($model);

if (
! $model->governor_owned_by
Expand Down

0 comments on commit 6242aee

Please sign in to comment.