Skip to content

Commit bd7129f

Browse files
author
Stephan Wentz
committed
fix: Fix wrong import
1 parent 8157191 commit bd7129f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Request/RequestTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
use PHPUnit\Framework\TestCase;
88
use Symfony\Component\BrowserKit\AbstractBrowser;
9-
use Symfony\Component\HttpFoundation\Cookie;
9+
use Symfony\Component\BrowserKit\Cookie;
1010
use Symfony\Component\HttpFoundation\Response;
1111
use Symfony\Component\HttpFoundation\Session\SessionInterface;
1212

0 commit comments

Comments
 (0)