File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -188,12 +188,13 @@ following these simple conventions:
188
188
* The extension must be named after the bundle name and suffixed with
189
189
``Extension `` (``AcmeHelloExtension `` for ``AcmeHelloBundle ``);
190
190
191
- * The extension should provide an XSD schema.
191
+ * The extension *should * provide an XSD schema (but will be registered automatically
192
+ regardless).
192
193
193
194
Manually Registering an Extension Class
194
195
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
195
196
196
- When not following the conventions you will have to manually register your
197
+ When not following the conventions, you will have to manually register your
197
198
extension. To manually register an extension class override the
198
199
:method: `Bundle::build() <Symfony\\ Component\\ HttpKernel\\ Bundle\\ Bundle::build> `
199
200
method in your bundle::
You can’t perform that action at this time.
0 commit comments