vendor/chrisguitarguy/request-id-bundle/src/ChrisguitarguyRequestIdBundle.php line 23

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. /*
  3.  * This file is part of chrisguitarguy/request-id-bundle
  4.  * Copyright (c) Christopher Davis <http://christopherdavis.me>
  5.  *
  6.  * For full copyright information see the LICENSE file distributed
  7.  * with this source code.
  8.  *
  9.  * @license     http://opensource.org/licenses/MIT MIT
  10.  */
  11. namespace Chrisguitarguy\RequestId;
  12. use Symfony\Component\HttpKernel\Bundle\Bundle;
  13. /**
  14.  * The bundle!
  15.  *
  16.  * @since   1.0
  17.  */
  18. final class ChrisguitarguyRequestIdBundle extends Bundle
  19. {
  20.     // noop
  21. }