diff options
Diffstat (limited to 'resources/views/modules/relatives/family.phtml')
| -rw-r--r-- | resources/views/modules/relatives/family.phtml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/views/modules/relatives/family.phtml b/resources/views/modules/relatives/family.phtml index 5a47c868ed..16b493d2b0 100644 --- a/resources/views/modules/relatives/family.phtml +++ b/resources/views/modules/relatives/family.phtml @@ -32,7 +32,7 @@ <?= Functions::getCloseRelationshipName($individual, $person) ?> </th> <td class="border-0 p-0"> - <?= app()->make(ModuleThemeInterface::class)->individualBoxLarge($person) ?> + <?= app(ModuleThemeInterface::class)->individualBoxLarge($person) ?> </td> </tr> <?php @@ -70,7 +70,7 @@ <?= Functions::getCloseRelationshipName($individual, $person) ?> </th> <td class="border-0 p-0"> - <?= app()->make(ModuleThemeInterface::class)->individualBoxLarge($person) ?> + <?= app(ModuleThemeInterface::class)->individualBoxLarge($person) ?> </td> </tr> <?php @@ -179,7 +179,7 @@ <?= Functions::getCloseRelationshipName($individual, $person) ?> </th> <td class="border-0 p-0"> - <?= app()->make(ModuleThemeInterface::class)->individualBoxLarge($person) ?> + <?= app(ModuleThemeInterface::class)->individualBoxLarge($person) ?> </td> </tr> <?php |
