8000 added a missing namespace use statement · symfony/symfony@3203793 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3203793

Browse files
committed
added a missing namespace use statement
1 parent 28a8400 commit 3203793

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/Templating/Helper/SessionHelper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
namespace Symfony\Bundle\FrameworkBundle\Templating\Helper;
1313

1414
use Symfony\Component\Templating\Helper\Helper;
15+
use Symfony\Component\HttpFoundation\Request;
1516
use Symfony\Component\HttpFoundation\RequestStack;
1617

1718
/**

0 commit comments

Comments
 (0)
0