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

@@ -10,10 +10,10 @@
namespace App\EventSubscriber;
use App\Event\ConfigureMainMenuEvent;
use App\Utils\MenuItemModel;
use App\Utils\MenuItemModel as KimaiMenuItemModel;
use KevinPapst\AdminLTEBundle\Event\SidebarMenuEvent;
use KevinPapst\AdminLTEBundle\Model\MenuItemInterface;
use KevinPapst\AdminLTEBundle\Model\MenuItemModel;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;