From 06dd5c0d3bbb78441dfd97b53f05c129926bdbda Mon Sep 17 00:00:00 2001 From: Dominik Pfaffenbauer Date: Mon, 12 Nov 2018 15:32:04 +0100 Subject: [PATCH] fix installation of controllers --- src/Installer/DemoInstaller.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Installer/DemoInstaller.php b/src/Installer/DemoInstaller.php index 087666f..72f1cee 100644 --- a/src/Installer/DemoInstaller.php +++ b/src/Installer/DemoInstaller.php @@ -56,9 +56,9 @@ public function installDemo() INSERT INTO `documents` VALUES (3, 1, \'page\', \'fehler\', \'/\', 1, 1, 1503510199, 1505139888, 2, 2, 0); DELETE FROM `documents_page` WHERE `id`=1 OR `id`=2 OR `id`=3; - INSERT INTO `documents_page` VALUES (1, NULL, \'@AppBundle\\Controller\\DefaultController\', \'default\', NULL, \'Startseite\', \'\', \'a:0:{}\', NULL, 0, \'\', 0); - INSERT INTO `documents_page` VALUES (2, NULL, \'@AppBundle\\Controller\\DefaultController\', \'imprint\', NULL, \'Impressum\', \'\', \'a:0:{}\', NULL, NULL, \'\', 0); - INSERT INTO `documents_page` VALUES (3, NULL, \'@AppBundle\\Controller\\ErrorController\', \'error\', NULL, \'Fehler\', \'\', \'a:0:{}\', NULL, NULL, \'\', 0); + INSERT INTO `documents_page` VALUES (1, NULL, \'@AppBundle\\\\Controller\\\\DefaultController\', \'default\', NULL, \'Startseite\', \'\', \'a:0:{}\', NULL, 0, \'\', 0); + INSERT INTO `documents_page` VALUES (2, NULL, \'@AppBundle\\\\Controller\\\\DefaultController\', \'imprint\', NULL, \'Impressum\', \'\', \'a:0:{}\', NULL, NULL, \'\', 0); + INSERT INTO `documents_page` VALUES (3, NULL, \'@AppBundle\\\\Controller\\\\ErrorController\', \'error\', NULL, \'Fehler\', \'\', \'a:0:{}\', NULL, NULL, \'\', 0); -- Assets DELETE FROM `assets` WHERE `id`=1;