Restructured EventSubscriber Folder structure.

This commit is contained in:
Jan Böhmer 2020-04-09 17:24:16 +02:00
parent e8f83f188a
commit 26737f4b46
14 changed files with 76 additions and 25 deletions

View file

@ -47,6 +47,10 @@ use Symfony\Component\EventDispatcher\EventSubscriberInterface;
use Symfony\Component\HttpKernel\Event\FilterResponseEvent;
use Symfony\Component\HttpKernel\Event\ResponseEvent;
/**
* This subscriber sets an Header in Debug mode that signals the Symfony Profiler to also update on Ajax requests.
* @package App\EventSubscriber
*/
final class SymfonyDebugToolbarSubscriber implements EventSubscriberInterface
{
private $kernel_debug;