aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/FederationBundle/WallabagFederationBundle.php
blob: f9bd665ac3fe227986d845fd01661f27b32aa865 (plain) (blame)
1
2
3
4
5
6
7
8
9
<?php

namespace Wallabag\FederationBundle;

use Symfony\Component\HttpKernel\Bundle\Bundle;

class WallabagFederationBundle extends Bundle
{
}