Skip to content

Commit 136d12d

Browse files
committed
Merge pull request #4 from ruudk/patch-1
Fixed wrong import in readme
2 parents 7c8a4b0 + 514a256 commit 136d12d

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)