We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb57572 commit d305c0eCopy full SHA for d305c0e
src/SyliusPayPalPlugin.php
@@ -26,6 +26,7 @@ public function getPath(): string
26
return \dirname(__DIR__);
27
}
28
29
+ // This method is overridden to change the alias to "sylius_paypal"
30
public function getContainerExtension(): ?ExtensionInterface
31
{
32
return $this->createContainerExtension();
0 commit comments