From 702ffca9f71997b79d42494471bde7c2ab13ed57 Mon Sep 17 00:00:00 2001 From: Christian Raue Date: Tue, 21 Mar 2023 20:37:13 +0100 Subject: [PATCH] removed outdated information from the README file --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index 6acecf0..c30ea15 100644 --- a/README.md +++ b/README.md @@ -31,19 +31,6 @@ return [ ]; ``` -Or, for Symfony 3.4: - -```php -// in app/AppKernel.php -public function registerBundles() { - $bundles = [ - // ... - new Craue\ConfigBundle\CraueConfigBundle(), - ]; - // ... -} -``` - ## Create the table Preferably you do this by calling