mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-31 18:31:02 +00:00
10 lines
124 B
PHP
10 lines
124 B
PHP
|
<?php
|
||
|
|
||
|
namespace Acme\DemoBundle;
|
||
|
|
||
|
use Symfony\Component\HttpKernel\Bundle\Bundle;
|
||
|
|
||
|
class AcmeDemoBundle extends Bundle
|
||
|
{
|
||
|
}
|