1
0
mirror of https://github.com/ToxicCrack/PrintABrick.git synced 2025-05-18 13:10:08 -07:00
PrintABrick/src/AppBundle/AppBundle.php
2016-11-04 00:54:26 +01:00

10 lines
113 B
PHP

<?php
namespace AppBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class AppBundle extends Bundle
{
}