Skip to content

Commit

Permalink
Alias Currencies interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Padam87 authored Jan 16, 2019
1 parent 098cfef commit dea5127
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DependencyInjection/Padam87MoneyExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ public function process(ContainerBuilder $container)
]
)
);

$container->setAlias(Currencies::class, CurrencyList::class);
}
}

0 comments on commit dea5127

Please sign in to comment.