mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-18 05:36:30 +00:00
10 lines
136 B
PHP
10 lines
136 B
PHP
|
<?php
|
||
|
|
||
|
namespace Wallabag\ImportBundle;
|
||
|
|
||
|
use Symfony\Component\HttpKernel\Bundle\Bundle;
|
||
|
|
||
|
class WallabagImportBundle extends Bundle
|
||
|
{
|
||
|
}
|