vendor/laupifrpar/pusher-bundle/LopiPusherBundle.php line 15

Open in your IDE?
  1. <?php
  2. /*
  3.  * For the full copyright and license information, please view the LICENSE
  4.  * file that was distributed with this source code.
  5.  */
  6. namespace Lopi\Bundle\PusherBundle;
  7. use Symfony\Component\HttpKernel\Bundle\Bundle;
  8. /**
  9.  * @author Pierre-Louis Launay <laupi.frpar@gmail.com>
  10.  */
  11. class LopiPusherBundle extends Bundle
  12. {
  13. }