Skip to content

Commit 6242aee

Browse files
authored
Update CreatingListener.php
1 parent 0233322 commit 6242aee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Listeners/CreatingListener.php

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ class_uses_recursive($model)
3535
->filter()
3636
->each(function ($model) {
3737
$model->getEntityFromModel(get_class($model));
38+
$this->createGovernorOwnedByFields($model);
3839

3940
if (
4041
! $model->governor_owned_by

0 commit comments

Comments
 (0)