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 Jul 14, 2022
1 parent 42bd0c9 commit f902f9b
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 f902f9b

Please sign in to comment.