File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 36
36
->args ([
37
37
service ('annotations.reader ' ),
38
38
inline_service (DoctrineProvider::class)->args ([
39
- inline_service (ArrayAdapter::class)
39
+ inline_service (ArrayAdapter::class),
40
40
]),
41
41
abstract_arg ('Debug-Flag ' ),
42
42
])
70
70
71
71
->set ('annotations.cache ' , DoctrineProvider::class)
72
72
->args ([
73
- service ('annotations.cache_adapter ' )
73
+ service ('annotations.cache_adapter ' ),
74
74
])
75
75
->tag ('container.hot_path ' )
76
76
Original file line number Diff line number Diff line change 36
36
use Symfony \Component \HttpFoundation \StreamedResponse ;
37
37
use Symfony \Component \HttpKernel \Exception \NotFoundHttpException ;
38
38
use Symfony \Component \HttpKernel \HttpKernelInterface ;
39
+ use Symfony \Component \Routing \RouterInterface ;
39
40
use Symfony \Component \Security \Core \Authentication \Token \AnonymousToken ;
40
41
use Symfony \Component \Security \Core \Authentication \Token \Storage \TokenStorage ;
41
42
use Symfony \Component \Security \Core \Authentication \Token \UsernamePasswordToken ;
44
45
use Symfony \Component \Security \Core \User \User ;
45
46
use Symfony \Component \Security \Csrf \CsrfTokenManagerInterface ;
46
47
use Symfony \Component \Serializer \SerializerInterface ;
47
- use Symfony \Component \Routing \RouterInterface ;
48
48
use Symfony \Component \WebLink \Link ;
49
49
use Twig \Environment ;
50
50
You can’t perform that action at this time.
0 commit comments