From 1092626deae5b41365a3e87f5baeffc6478eb3b9 Mon Sep 17 00:00:00 2001 From: tabbi89 Date: Tue, 7 Mar 2017 20:04:31 +0100 Subject: [PATCH] Update bundles directory structure --- bundles.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles.rst b/bundles.rst index f79c7620517..0ad2faca823 100644 --- a/bundles.rst +++ b/bundles.rst @@ -143,7 +143,7 @@ between all Symfony bundles. Take a look at AcmeDemoBundle, as it contains some of the most common elements of a bundle: ``Controller/`` - Contains the controllers of the bundle (e.g. ``RandomController.php``). + Contains the controllers of the bundle (e.g. ``HelloController.php``). ``DependencyInjection/`` Holds certain Dependency Injection Extension classes, which may import service