vendor/blackbit_digital_commerce/pimcore-ldap/src/AlepLdapBundle.php line 19

Open in your IDE?
  1. <?php
  2. /**
  3.  * GMDE S.R.L.
  4.  *
  5.  * This source file is subject to the GNU General Public License version 3 (GPLv3)
  6.  * For the full copyright and license information, please view the LICENSE.md and gpl-3.0.txt
  7.  * files that are distributed with this source code.
  8.  *
  9.  * @copyright  Copyright (c) 2018 GMDE S.R.L. (https://www.gmde.it)
  10.  * @license    GNU General Public License version 3 (GPLv3)
  11.  * @author     Alessandro Pozzi (a.pozzi@gmde.it)
  12.  */
  13. namespace Alep\LdapBundle;
  14. use Pimcore\Extension\Bundle\AbstractPimcoreBundle;
  15. class AlepLdapBundle extends AbstractPimcoreBundle
  16. {
  17. }