浏览代码

Merge pull request #1845 from pborreli/patch-5

Fixed typo
Thomas 11 年之前
父节点
当前提交
8c96d24c1e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      DependencyInjection/SonataAdminExtension.php

+ 1 - 1
DependencyInjection/SonataAdminExtension.php

@@ -39,7 +39,7 @@ class SonataAdminExtension extends Extension
         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
             );
         }