From 832fe6ad60179163ab614a979949e37ae6128a86 Mon Sep 17 00:00:00 2001 From: Christian Galliano Date: Thu, 2 May 2019 02:26:34 +0300 Subject: [PATCH] fix wrong section name --- web-app/src/Assets/Section/SectionIds.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web-app/src/Assets/Section/SectionIds.php b/web-app/src/Assets/Section/SectionIds.php index a77515a..9210608 100644 --- a/web-app/src/Assets/Section/SectionIds.php +++ b/web-app/src/Assets/Section/SectionIds.php @@ -9,5 +9,5 @@ class SectionIds public const SECTION_HEAD = 'header'; - public const SECTION_FOOTER = 'header'; - } \ No newline at end of file + public const SECTION_FOOTER = 'footer'; + }