bundles/LogistDellinBundle/LogistDellinBundle.php line 18

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