Skip to content

Commit

Permalink
fix namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanbarlog committed Jun 8, 2017
1 parent 05c7d75 commit 4d3c359
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Configuration implements ConfigurationInterface
public function getConfigTreeBuilder()
{
$treeBuilder = new TreeBuilder();
$rootNode = $treeBuilder->root('sendin_blue_sms');
$rootNode = $treeBuilder->root('everlution_sendin_blue_sms');

$rootNode
->children()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/**
* @author Martin Adamik <[email protected]>
*/
class SendinBlueSmsExtension extends Extension
class EverlutionSendinBlueSmsExtension extends Extension
{
public function load(array $configs, ContainerBuilder $container)
{
Expand Down
File renamed without changes.

0 comments on commit 4d3c359

Please sign in to comment.