vendor/logist/dadata-bundle/src/LogistDadataBundle/LogistDadataBundle.php line 19

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