mirror of
https://github.com/quentin-g-dev/afup.git
synced 2026-04-28 19:53:11 +02:00
10 lines
113 B
PHP
10 lines
113 B
PHP
<?php
|
|
|
|
namespace AppBundle;
|
|
|
|
use Symfony\Component\HttpKernel\Bundle\Bundle;
|
|
|
|
class AppBundle extends Bundle
|
|
{
|
|
}
|