vendor/evence/soft-deleteable-extension-bundle/Evence/Bundle/SoftDeleteableExtensionBundle/EvenceSoftDeleteableExtensionBundle.php line 7

Open in your IDE?
  1. <?php
  2. namespace Evence\Bundle\SoftDeleteableExtensionBundle;
  3. use Symfony\Component\HttpKernel\Bundle\Bundle;
  4. class EvenceSoftDeleteableExtensionBundle extends Bundle
  5. {
  6. }