Skip to content

Commit

Permalink
Fix the bundle class name
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Salib committed May 18, 2011
1 parent ccc8619 commit 507c219
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions ExtraToolsBundle.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

namespace BCC\ExtraToolsBundle;

use Symfony\Component\HttpKernel\Bundle\Bundle;

class ExtraToolsBundle extends Bundle
{
}
<?php

namespace BCC\ExtraToolsBundle;

use Symfony\Component\HttpKernel\Bundle\Bundle;

class BCCExtraToolsBundle extends Bundle
{
}
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ It a bundle that contains some usefull symfony2 tools.
{
return array(
// ...
new BCC\ExtraToolsBundle\ExtraToolsBundle(),
new BCC\ExtraToolsBundle\BCCExtraToolsBundle(),
// ...
);
}
Expand Down

0 comments on commit 507c219

Please sign in to comment.