Skip to content

Commit 75cabe4

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Add missing use statements [Translation] Add missing use statement [Translation] Add missing use statement [Config][XmlReferenceDumper] Prevent potential \TypeError [Mailer] Fix broken mandrill http send for recipients with names [Translation] prefer intl domain when adding messages to catalogue Fix CS Fix CS Fail on empty password verification (without warning on any implementation) [Translation][Debug] Add installation and minimal example to README [Validator] try to call __get method if property is uninitialized Show both missing packages in the same error message Fix handling of empty_data's \Closure value in Date/Time form types
2 parents e063a0a + 97edc98 commit 75cabe4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Firewall.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
use Symfony\Component\HttpKernel\Event\FinishRequestEvent;
1616
use Symfony\Component\HttpKernel\Event\RequestEvent;
1717
use Symfony\Component\HttpKernel\KernelEvents;
18+
use Symfony\Component\Security\Http\Firewall\AbstractListener;
1819
use Symfony\Component\Security\Http\Firewall\AccessListener;
1920
use Symfony\Contracts\EventDispatcher\EventDispatcherInterface;
2021

0 commit comments

Comments
 (0)