bundles/LogistVvzBundle/LogistVvzBundle.php line 19

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