Skip to content

Commit

Permalink
Fixed incorrect twig path
Browse files Browse the repository at this point in the history
  • Loading branch information
acrobat committed Oct 12, 2021
1 parent 296960f commit 6ed502e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function removeRow(GalleryRow $row)

public function getDefaultView(): string
{
return 'pageparts/Gallery_pagepart/view.html.twig';
return 'pageparts/gallery_pagepart/view.html.twig';
}

public function getDefaultAdminType(): string
Expand Down

0 comments on commit 6ed502e

Please sign in to comment.