File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
src/Acme/DemoBundle/EventListener Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
3
use Doctrine \Common \Annotations \AnnotationRegistry ;
4
+ use Composer \Autoload \ClassLoader ;
4
5
6
+ /**
7
+ * @var $loader ClassLoader
8
+ */
5
9
$ loader = require __DIR__ .'/../vendor/autoload.php ' ;
6
10
7
11
// intl
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " symfony/framework-standard-edition" ,
3
+ "license" : " MIT" ,
4
+ "type" : " project" ,
3
5
"description" : " The \" Symfony Standard Edition\" distribution" ,
4
6
"autoload" : {
5
7
"psr-0" : { "" : " src/" }
Original file line number Diff line number Diff line change 2
2
3
3
namespace Acme \DemoBundle \EventListener ;
4
4
5
- use Symfony \Component \EventDispatcher \Event ;
6
5
use Symfony \Component \HttpKernel \HttpKernelInterface ;
7
6
use Symfony \Component \HttpKernel \Event \FilterControllerEvent ;
8
7
use Acme \DemoBundle \Twig \Extension \DemoExtension ;
You can’t perform that action at this time.
0 commit comments