webhook-api/src/Deblan/Bundle/ApiBundle/DeblanApiBundle.php

10 lines
133 B
PHP
Raw Normal View History

2016-04-01 23:10:35 +02:00
<?php
namespace Deblan\Bundle\ApiBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class DeblanApiBundle extends Bundle
{
}