Skip to content

Commit e015812

Browse files
committed
Updating namespace for controllers in doc
1 parent 02c4b1b commit e015812

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docs/symfony-bundle.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ sidebar_label: Symfony bundle
66

77
The GraphQLite bundle is compatible with **Symfony 4.x** and **Symfony 5.x**.
88

9-
<div class="alert alert-warning">
10-
The Symfony Flex recipe is not yet available.
11-
</div>
12-
13-
149
## Applications that use Symfony Flex
1510

1611
Open a command console, enter your project directory and execute:
@@ -27,7 +22,7 @@ graphqlite:
2722
namespace:
2823
# The namespace(s) that will store your GraphQLite controllers.
2924
# It accept either a string or a list of strings.
30-
controllers: App\Controller\
25+
controllers: App\GraphQLController\
3126
# The namespace(s) that will store your GraphQL types and factories.
3227
# It accept either a string or a list of strings.
3328
types:

0 commit comments

Comments
 (0)