Skip to content

Commit 6641115

Browse files
authored
Use a FQCN for Sentry bundle (#381)
Without the leading slash the import does not work when the AppKernel class is in a non-root namespace.
1 parent c0d0ca3 commit 6641115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class AppKernel extends Kernel
6060
{
6161
$bundles = [
6262
// ...
63-
new Sentry\SentryBundle\SentryBundle(),
63+
new \Sentry\SentryBundle\SentryBundle(),
6464
];
6565

6666
// ...

0 commit comments

Comments
 (0)