sf-api-example/src/AppBundle/AppBundle.php

10 lines
113 B
PHP
Raw Normal View History

2016-11-23 14:39:22 +01:00
<?php
namespace AppBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class AppBundle extends Bundle
{
}