bundles/LogistPecomBundle/LogistPecomBundle.php line 19

Open in your IDE?
  1. <?php
  2. /*
  3.  *  This file is part of the logist\pecom-bundle package.
  4.  *
  5.  *  Copyright 2022 logist.cloud <support@logist.cloud>
  6.  */
  7. namespace LogistPecomBundle;
  8. use Symfony\Component\HttpKernel\Bundle\Bundle;
  9. /**
  10.  * LogistPecomBundle
  11.  * 
  12.  * @author Grigoriy Kulin <yarboroda@gmail.com>
  13.  */
  14. class LogistPecomBundle extends Bundle
  15. {
  16.     public const API_NAME 'pecom';
  17. }