vendor/waaz/system-pay-plugin/src/WaazSystemPayPlugin.php line 19

Open in your IDE?
  1. <?php
  2. /**
  3.  * This file was created by the developers from Waaz.
  4.  * Feel free to contact us once you face any issues or want to start
  5.  * another great project.
  6.  * You can find more information about us on https://www.studiowaaz.com and write us
  7.  * an email on developpement@studiowaaz.com.
  8.  */
  9. namespace Waaz\SystemPayPlugin;
  10. use Sylius\Bundle\CoreBundle\Application\SyliusPluginTrait;
  11. use Symfony\Component\HttpKernel\Bundle\Bundle;
  12. /**
  13.  * @author Ibes Mongabure <developpement@studiowaaz.com>
  14.  */
  15. final class WaazSystemPayPlugin extends Bundle
  16. {
  17.     use SyliusPluginTrait;
  18. }