vendor/rollerworks/password-strength-bundle/src/RollerworksPasswordStrengthBundle.php line 19

Open in your IDE?
  1. <?php
  2. /*
  3. * This file is part of the RollerworksPasswordStrengthBundle package.
  4. *
  5. * (c) Sebastiaan Stok <s.stok@rollerscapes.net>
  6. *
  7. * This source file is subject to the MIT license that is bundled
  8. * with this source code in the file LICENSE.
  9. */
  10. namespace Rollerworks\Bundle\PasswordStrengthBundle;
  11. use Symfony\Component\HttpKernel\Bundle\Bundle;
  12. /**
  13. * @author Sebastiaan Stok <s.stok@rollerscapes.net>
  14. */
  15. class RollerworksPasswordStrengthBundle extends Bundle
  16. {
  17. }