mirror of
https://github.com/ToxicCrack/PrintABrick.git
synced 2025-05-18 13:10:08 -07:00
10 lines
113 B
PHP
10 lines
113 B
PHP
<?php
|
|
|
|
namespace AppBundle;
|
|
|
|
use Symfony\Component\HttpKernel\Bundle\Bundle;
|
|
|
|
class AppBundle extends Bundle
|
|
{
|
|
}
|