diff --git a/app/AppKernel.php b/app/AppKernel.php index 3789b32..596b0fb 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php @@ -15,7 +15,6 @@ class AppKernel extends Kernel new Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle(), new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(), new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(), - new AppBundle\AppBundle(), ]; if (in_array($this->getEnvironment(), ['dev', 'test'], true)) { diff --git a/app/config/.routing_dev.yml.swp b/app/config/.routing_dev.yml.swp new file mode 100644 index 0000000..059dd61 Binary files /dev/null and b/app/config/.routing_dev.yml.swp differ diff --git a/app/config/routing.yml b/app/config/routing.yml index 8eadc31..e69de29 100644 --- a/app/config/routing.yml +++ b/app/config/routing.yml @@ -1,3 +0,0 @@ -app: - resource: "@AppBundle/Controller/" - type: annotation diff --git a/src/AppBundle/AppBundle.php b/src/AppBundle/AppBundle.php deleted file mode 100644 index 05123b6..0000000 --- a/src/AppBundle/AppBundle.php +++ /dev/null @@ -1,9 +0,0 @@ -render('default/index.html.twig', [ - 'base_dir' => realpath($this->container->getParameter('kernel.root_dir').'/..'), - ]); - } -}