Skip to content

Commit

Permalink
Update Configuration.php
Browse files Browse the repository at this point in the history
Added messages configuration
  • Loading branch information
tommysonsylverstone authored Oct 4, 2022
1 parent 5e38968 commit b7fd519
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php

// src/Acme/SocialBundle/DependencyInjection/Configuration.php
namespace SevenGroupFrance\SuluHubScoreFormSenderBundle\DependencyInjection;

use Symfony\Component\Config\Definition\Builder\TreeBuilder;
Expand Down Expand Up @@ -38,6 +37,12 @@ public function getConfigTreeBuilder()
->arrayNode('fields')
->prototype('scalar')->end()
->end()
->arrayNode('messages')
->children()
->scalarNode('error')->end()
->scalarNode('success')->end()
->end()
->end()
->end()
->end()
->end()
Expand Down

0 comments on commit b7fd519

Please sign in to comment.