Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2325ece

Browse filesBrowse files
committed
Added \ on WebProfilerBundle
1 parent 39490d7 commit 2325ece
Copy full SHA for 2325ece

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎configuration/micro_kernel_trait.rst

Copy file name to clipboardExpand all lines: configuration/micro_kernel_trait.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.