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 55use Symfony \Component \Routing \Loader \Configurator \RoutingConfigurator ;
66
77return static function (RoutingConfigurator $ routes ): void {
8- $ routes ->import ('@FrameworkBundle/Resources/config/routing/errors.xml ' )
8+ $ routes ->import ('@FrameworkBundle/Resources/config/routing/errors.php ' )
99 ->prefix ('/_error ' );
1010};
Original file line number Diff line number Diff line change 55use Symfony \Component \Routing \Loader \Configurator \RoutingConfigurator ;
66
77return static function (RoutingConfigurator $ routes ): void {
8- $ routes ->import ('@WebProfilerBundle/Resources/config/routing/wdt.xml ' )
8+ $ routes ->import ('@WebProfilerBundle/Resources/config/routing/wdt.php ' )
99 ->prefix ('/_wdt ' );
10- $ routes ->import ('@WebProfilerBundle/Resources/config/routing/profiler.xml ' )
10+ $ routes ->import ('@WebProfilerBundle/Resources/config/routing/profiler.php ' )
1111 ->prefix ('/_profiler ' );
1212};
You can’t perform that action at this time.
0 commit comments