composer update
This commit is contained in:
10
vendor/symfony/routing/Tests/Fixtures/imported-with-defaults.php
vendored
Normal file
10
vendor/symfony/routing/Tests/Fixtures/imported-with-defaults.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Symfony\Component\Routing\Loader\Configurator;
|
||||
|
||||
return function (RoutingConfigurator $routes) {
|
||||
$routes
|
||||
->add('one', '/one')
|
||||
->add('two', '/two')->defaults(['specific' => 'imported'])
|
||||
;
|
||||
};
|
||||
Reference in New Issue
Block a user