Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Dec 1, 2014
1 parent 367980d commit cd4746f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function registerBundles()
{
$bundles = array(
new AuthBucket\Bundle\OAuth2Bundle\AuthBucketOAuth2Bundle(),
new AuthBucket\Bundle\OAuth2Bundle\Tests\TestBundle\TestBundle();
new AuthBucket\Bundle\OAuth2Bundle\Tests\TestBundle\TestBundle(),
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
new Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle(),
new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
Expand Down

0 comments on commit cd4746f

Please sign in to comment.