Skip to content

Commit 970536a

Browse files
committed
Fix missing semicolon
1 parent 992c37d commit 970536a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $defaultConfig = [];
2222

2323
$payum = (new PayumBuilder)
2424
->addGatewayFactory('paypal', function(array $config, GatewayFactoryInterface $coreGatewayFactory) {
25-
return new \Acme\Paypal\PaypalGatewayFactory($config, $coreGatewayFactory)
25+
return new \Acme\Paypal\PaypalGatewayFactory($config, $coreGatewayFactory);
2626
})
2727

2828
->addGateway('paypal', [

0 commit comments

Comments
 (0)