File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public function getConfigTreeBuilder()
2727 ->arrayNode ('features ' )
2828 ->addDefaultsIfNotSet ()
2929 ->children ()
30- ->booleanNode ('attachment ' )->defaultTrue ()
30+ ->booleanNode ('attachment ' )->defaultTrue ()-> end ()
3131 ->end ()
3232 ->end ()
3333 ->arrayNode ('templates ' )
Original file line number Diff line number Diff line change @@ -99,4 +99,4 @@ You can assign ROLE_TICKET_ADMIN to any user you want to be able to administer t
9999
100100## Step 5: Create tables
101101
102- ` ` ` app /console doctrine:schema:update --force```
102+ ` ` ` bin /console doctrine:schema:update --force```
Original file line number Diff line number Diff line change @@ -93,4 +93,4 @@ You can assign ROLE_TICKET_ADMIN to any user you want to be able to administer t
9393
9494## Step 5: Create tables
9595
96- ` ` ` app /console doctrine:schema:update --force```
96+ ` ` ` bin /console doctrine:schema:update --force```
You can’t perform that action at this time.
0 commit comments