Skip to content

Commit 514a256

Browse files
committed
Fixed wrong import in readme
1 parent 7c8a4b0 commit 514a256

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
@@ -34,7 +34,7 @@ class AppKernel extends Kernel
3434
$bundles = array(
3535
// ...
3636

37-
new Sentry/SentryBundle/SentryBundle(),
37+
new Sentry\SentryBundle\SentryBundle(),
3838
);
3939

4040
// ...

0 commit comments

Comments
 (0)