mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 16:43:48 +00:00
move spacename to CLChillMain to ChillMain
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace CL\Chill\MainBundle\Controller;
|
||||
namespace Chill\MainBundle\Controller;
|
||||
|
||||
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
|
||||
|
||||
@@ -24,6 +24,6 @@ class DefaultController extends Controller
|
||||
}
|
||||
|
||||
|
||||
return $this->render('CLChillMainBundle::layout.html.twig');
|
||||
return $this->render('ChillMainBundle::layout.html.twig');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user