Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function getConfigTreeBuilder()
->arrayNode('features')
->addDefaultsIfNotSet()
->children()
->booleanNode('attachment')->defaultTrue()
->booleanNode('attachment')->defaultTrue()->end()
->end()
->end()
->arrayNode('templates')
Expand Down
2 changes: 1 addition & 1 deletion Resources/doc/setup/fosuserbundle.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ You can assign ROLE_TICKET_ADMIN to any user you want to be able to administer t

## Step 5: Create tables

```app/console doctrine:schema:update --force```
```bin/console doctrine:schema:update --force```
2 changes: 1 addition & 1 deletion Resources/doc/setup/other.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ You can assign ROLE_TICKET_ADMIN to any user you want to be able to administer t

## Step 5: Create tables

```app/console doctrine:schema:update --force```
```bin/console doctrine:schema:update --force```