]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Controller/StaticController.php
move WallabagBundle into Wallabag:CoreBundle
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Controller / StaticController.php
similarity index 77%
rename from src/WallabagBundle/Controller/StaticController.php
rename to src/Wallabag/CoreBundle/Controller/StaticController.php
index aee2bb7ea0ec021d05a9b1675347031772898017..0fd19d6529859f6e480b9b8d56af2bfbc1b95c41 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-namespace WallabagBundle\Controller;
+namespace Wallabag\CoreBundle\Controller;
 
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
@@ -13,7 +13,7 @@ class StaticController extends Controller
     public function aboutAction()
     {
         return $this->render(
-            'WallabagBundle:Static:about.html.twig',
+            'WallabagCoreBundle:Static:about.html.twig',
             array()
         );
     }