simplify building theme independent plugins (#2888)

This commit is contained in:
Kevin Papst
2021-10-30 14:48:05 +02:00
committed by GitHub
parent 7ed1998d04
commit 40061e43bb
5 changed files with 4 additions and 10 deletions

View File

@@ -9,8 +9,8 @@
namespace App\Event;
use App\Utils\MenuItemModel;
use KevinPapst\AdminLTEBundle\Event\SidebarMenuEvent;
use KevinPapst\AdminLTEBundle\Model\MenuItemModel;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Contracts\EventDispatcher\Event;