<?php/** * This file is part of the pd-admin pd-activity package. * * @package pd-activity * @license LICENSE * @author Ramazan APAYDIN <apaydin541@gmail.com> * @link https://github.com/appaydin/pd-activity */namespace Pd\ActivityBundle;use Symfony\Component\HttpKernel\Bundle\Bundle;class PdActivityBundle extends Bundle{}