Private
Public Access
1
0
Files
MineSeeker/src/Mine/SeekerBundle/MineSeekerBundle.php

10 lines
128 B
PHP
Raw Normal View History

<?php
namespace Mine\SeekerBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class MineSeekerBundle extends Bundle
{
}