Skip to content
This repository has been archived by the owner on May 16, 2019. It is now read-only.

Commit

Permalink
Removed support for notification controller
Browse files Browse the repository at this point in the history
  • Loading branch information
ruudk committed Oct 25, 2015
1 parent 7a67acc commit c4f23ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DependencyInjection/RuudkPaymentStripeExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public function load(array $configs, ContainerBuilder $container)
* When logging is disabled, remove logger and setLogger calls
*/
if(false === $config['logger']) {
$container->getDefinition('ruudk_payment_stripe.controller.notification')->removeMethodCall('setLogger');
$container->getDefinition('ruudk_payment_stripe.plugin.credit_card')->removeMethodCall('setLogger');
$container->removeDefinition('monolog.logger.ruudk_payment_stripe');
}
Expand Down

0 comments on commit c4f23ca

Please sign in to comment.