vendor/presta/image-bundle/src/PrestaImageBundle.php line 7

Open in your IDE?
  1. <?php
  2. namespace Presta\ImageBundle;
  3. use Symfony\Component\HttpKernel\Bundle\Bundle;
  4. class PrestaImageBundle extends Bundle
  5. {
  6. /**
  7. * @codeCoverageIgnore
  8. */
  9. public function getPath(): string
  10. {
  11. return \dirname(__DIR__);
  12. }
  13. }