X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;ds=inline;f=vendor%2Fsymfony%2Frouting%2FTests%2FFixtures%2Fglob%2Fphp_dsl_baz.php;fp=vendor%2Fsymfony%2Frouting%2FTests%2FFixtures%2Fglob%2Fphp_dsl_baz.php;h=ca8f188a7633ece06b1ecbc687b9ff9ec9f3bda7;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=0000000000000000000000000000000000000000;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;p=yaffs-website diff --git a/vendor/symfony/routing/Tests/Fixtures/glob/php_dsl_baz.php b/vendor/symfony/routing/Tests/Fixtures/glob/php_dsl_baz.php new file mode 100644 index 000000000..ca8f188a7 --- /dev/null +++ b/vendor/symfony/routing/Tests/Fixtures/glob/php_dsl_baz.php @@ -0,0 +1,12 @@ +collection(); + + $collection->add('baz_route', '/baz') + ->defaults(array('_controller' => 'AppBundle:Baz:view')); + + return $collection; +};