File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ namespace short name, which must end with ``Bundle``.
2525A namespace becomes a bundle as soon as you add a bundle class to it. The
2626bundle class name must follow these rules:
2727
28+ * Extend Symfony\C omponent\H ttpKernel\B undle\B undle
2829* Use only alphanumeric characters and underscores;
2930* Use a StudlyCaps name (i.e. camelCase with an uppercase first letter);
3031* Use a descriptive and short name (no more than two words);
@@ -41,9 +42,6 @@ Namespace Bundle Class Name
4142``Acme\BlogBundle `` AcmeBlogBundle
4243========================== ==================
4344
44- By convention, the ``getName() `` method of the bundle class should return the
45- class name.
46-
4745.. note ::
4846
4947 If you share your bundle publicly, you must use the bundle class name as
You can’t perform that action at this time.
0 commit comments