Skip to content

Commit

Permalink
🐛 (model) fixes template paths
Browse files Browse the repository at this point in the history
  • Loading branch information
davejtoews committed Sep 7, 2021
1 parent b50fb5d commit 82036bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LazyFocusFitImageExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function ResponsivePicture(...$arguments)

$this->populateResponsiveImageAttributes($arguments);

return $this->owner->renderWith('Includes/Picture');
return $this->owner->renderWith('EvansHunt/LazyFocusFit/Picture');
}

/**
Expand All @@ -71,7 +71,7 @@ public function ResponsiveBgAttributes(...$arguments)
{
$this->populateResponsiveImageAttributes($arguments);

return $this->owner->renderWith('Includes/ResponsiveBgAttributes');
return $this->owner->renderWith('EvansHunt/LazyFocusFit/BackgroundAttributes');
}

private function populateResponsiveImageAttributes($arguments)
Expand Down

0 comments on commit 82036bc

Please sign in to comment.