src/Application/PixSortableBundle/ApplicationPixSortableBundle.php line 8

Open in your IDE?
  1. <?php
  2. namespace App\Application\PixSortableBundle;
  3. use App\Application\PixSortableBundle\DependencyInjection\PixSortableExtension;
  4. use Symfony\Component\HttpKernel\Bundle\Bundle;
  5. class ApplicationPixSortableBundle extends Bundle
  6. {
  7.     public function getContainerExtension()
  8.     {
  9.         return new PixSortableExtension();
  10.     }
  11. }