You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
187B

  1. <?php
  2. namespace App\Controller\Admin;
  3. use Lc\AdminBundle\Controller\Admin\DashboardController as LcDashboardController;
  4. class DashboardController extends LcDashboardController
  5. {
  6. }