mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-05 18:41:02 +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
|
||
|
{
|
||
|
}
|