Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/routing/Loader/DependencyInjection/ServiceRouterLoader.php @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | 4c8ae668cc8c |
children | af1871eacc83 |
comparison
equal
deleted
inserted
replaced
13:5fb285c0d0e3 | 14:1fec387a4317 |
---|---|
9 * file that was distributed with this source code. | 9 * file that was distributed with this source code. |
10 */ | 10 */ |
11 | 11 |
12 namespace Symfony\Component\Routing\Loader\DependencyInjection; | 12 namespace Symfony\Component\Routing\Loader\DependencyInjection; |
13 | 13 |
14 use Symfony\Component\DependencyInjection\ContainerInterface; | 14 use Psr\Container\ContainerInterface; |
15 use Symfony\Component\Routing\Loader\ObjectRouteLoader; | 15 use Symfony\Component\Routing\Loader\ObjectRouteLoader; |
16 | 16 |
17 /** | 17 /** |
18 * A route loader that executes a service to load the routes. | 18 * A route loader that executes a service to load the routes. |
19 * | 19 * |