Skip to content

Commit 8868343

Browse files
committed
Adapt annotedClassToCompile to bundle usage
1 parent f54aeea commit 8868343

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bundles/extension.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@ performance. Define the list of annotated classes to compile in the
173173

174174
$this->addAnnotatedClassesToCompile([
175175
// you can define the fully qualified class names...
176-
'App\\Controller\\DefaultController',
176+
'Acme\\BlogBundle\\Controller\\AuthorController',
177177
// ... but glob patterns are also supported:
178-
'**Bundle\\Controller\\',
178+
'Acme\\BlogBundle\\Form\\**',
179179

180180
// ...
181181
]);

0 commit comments

Comments
 (0)