backports murph-skeleton

This commit is contained in:
Simon Vieille 2021-05-18 15:13:35 +02:00
parent b99fda0190
commit 1bd8976503

View file

@ -111,6 +111,6 @@ class PageAdminController extends CrudController
protected function getSection(): string protected function getSection(): string
{ {
return 'page'; return 'site_page';
} }
} }