<?php namespace Lc\CaracoleBundle\Controller; use Lc\SovBundle\Controller\AbstractController as SovAbstractController; class AbstractController extends SovAbstractController { use ControllerTrait; }