EndroidQrCodeBundle.php 304 B

12345678910111213141516
  1. <?php
  2. /*
  3. * (c) Jeroen van den Enden <info@endroid.nl>
  4. *
  5. * This source file is subject to the MIT license that is bundled
  6. * with this source code in the file LICENSE.
  7. */
  8. namespace Endroid\QrCode\Bundle;
  9. use Symfony\Component\HttpKernel\Bundle\Bundle;
  10. class EndroidQrCodeBundle extends Bundle
  11. {
  12. }