bundles/LogistStatBundle/LogistStatBundle.php line 17

Open in your IDE?
  1. <?php
  2. /*
  3.  *  Copyright 2024 logist.cloud <support@logist.cloud>
  4.  */
  5. namespace LogistStatBundle;
  6. use Symfony\Component\HttpKernel\Bundle\Bundle;
  7. /**
  8.  * LogistStatBundle
  9.  * 
  10.  * @author Grigoriy Kulin <yarboroda@gmail.com>
  11.  */
  12. class LogistStatBundle extends Bundle
  13. {
  14. }