src/WellCommerce/Bundle/NotificationBundle/WellCommerceNotificationBundle.php line 25

Open in your IDE?
  1. <?php
  2. declare(strict_types=0);
  3. /*
  4.  * WellCommerce Foundation
  5.  *
  6.  * This file is part of the WellCommerce package.
  7.  *
  8.  * (c) Adam Piotrowski <adam@wellcommerce.org>, Adrian Potepa <adrian@wellcommerce.org>
  9.  *
  10.  * For the full copyright and license information,
  11.  * please view the LICENSE file that was distributed with this source code.
  12.  */
  13. namespace WellCommerce\Bundle\NotificationBundle;
  14. use Symfony\Component\HttpKernel\Bundle\Bundle;
  15. /**
  16.  * Class WellCommerceNotificationBundle
  17.  *
  18.  * @author  Adam Piotrowski <adam@wellcommerce.org>
  19.  */
  20. class WellCommerceNotificationBundle extends Bundle
  21. {
  22. }