ShowController.php 235B

12345678910
  1. <?php
  2. namespace Muzich\AdminBundle\Controller\Admin_presubscription;
  3. use Admingenerated\MuzichAdminBundle\BaseAdmin_presubscriptionController\ShowController as BaseShowController;
  4. class ShowController extends BaseShowController
  5. {
  6. }