Skip to content

Commit

Permalink
Merge pull request sonata-project#1845 from pborreli/patch-5
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
rande committed Dec 11, 2013
2 parents 4a44581 + 5499fc4 commit 8c96d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/SonataAdminExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function load(array $configs, ContainerBuilder $container)
if (!isset($bundles['SonataCoreBundle'])) {
throw new \RuntimeException(<<<BOOM
Boom! you are living on the edge ;) The AdminBundle requires the CoreBundle!
Please add ``"sonata-project/core-bundle": "~2.2@dev`` into your composer.json file and add the SonataCoreBundle into the AppKernel');
Please add ``"sonata-project/core-bundle": "~2.2@dev"`` into your composer.json file and add the SonataCoreBundle into the AppKernel');
BOOM
);
}
Expand Down

0 comments on commit 8c96d24

Please sign in to comment.