Skip to content

Commit 2325ece

Browse files
committed
Added \ on WebProfilerBundle
1 parent 39490d7 commit 2325ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/micro_kernel_trait.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ hold the kernel. Now it looks like this::
149149
];
150150

151151
if ($this->getEnvironment() == 'dev') {
152-
$bundles[] = new Symfony\Bundle\WebProfilerBundle\WebProfilerBundle();
152+
$bundles[] = new \Symfony\Bundle\WebProfilerBundle\WebProfilerBundle();
153153
}
154154

155155
return $bundles;

0 commit comments

Comments
 (0)