aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Acme/DemoBundle/AcmeDemoBundle.php
blob: 269fc1e06380ec547010cf97e33c82b7ce6d13d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
<?php

namespace Acme\DemoBundle;

use Symfony\Component\HttpKernel\Bundle\Bundle;

class AcmeDemoBundle extends Bundle
{
}