mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-22 01:49:05 +02:00
Restructured EventSubscriber Folder structure.
This commit is contained in:
parent
e8f83f188a
commit
26737f4b46
14 changed files with 76 additions and 25 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue