Skip to content

Commit

Permalink
Remove unused classes in GenericListController
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierstoval committed Oct 22, 2024
1 parent 548e0a6 commit fab635d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Glpi/Controller/GenericListController.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,10 @@
namespace Glpi\Controller;

use CommonDBTM;
use Glpi\Application\View\TemplateRenderer;
use Glpi\Exception\Http\AccessDeniedHttpException;
use Glpi\Exception\Http\BadRequestHttpException;
use Glpi\Exception\Http\NotFoundHttpException;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
use Search;
use Html;
use Symfony\Component\Routing\Attribute\Route;

final class GenericListController extends AbstractController
Expand Down

0 comments on commit fab635d

Please sign in to comment.