From c4860486149f663f99e0c67184534d420d5dd61f Mon Sep 17 00:00:00 2001 From: Johnny Robeson Date: Fri, 21 Jun 2013 04:48:13 -0300 Subject: [PATCH] remove old namespace warning from README Figured it wasn't nearly as useful these days. --- README.markdown | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.markdown b/README.markdown index 02132518..210491d6 100644 --- a/README.markdown +++ b/README.markdown @@ -6,12 +6,3 @@ into Symfony so that you can load data fixtures programmatically into the Doctri Documentation on how to install and use this bundle is available in the Symfony2 [documentation](http://symfony.com/doc/current/bundles/DoctrineFixturesBundle/index.html). - -WARNING: Namespace changed -========================== - -This bundle was previously under the `Symfony\Bundle` namespace and is now moved to the -`Doctrine\Bundle` namespace. - -See the Resources/docs/index.rst for more information about the required changes in `deps`, -`AppKernel.php` and `autoload.php` to accomodate for this change.