Skip to content

Commit 2e14ef0

Browse files
authored
doc(lint): reorder missing import
1 parent c828a86 commit 2e14ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/multiple_kernels.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ resources::
119119

120120
use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait;
121121
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
122-
use Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator;
123122
use Symfony\Component\HttpKernel\Kernel as BaseKernel;
123+
use Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator;
124124

125125
class Kernel extends BaseKernel
126126
{

0 commit comments

Comments
 (0)