mirror of
https://github.com/doctrine/DoctrineSkeletonMapperBundle.git
synced 2026-03-24 00:42:09 +01:00
12 lines
193 B
PHP
12 lines
193 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace Doctrine\Bundle\DoctrineSkeletonMapperBundle;
|
|
|
|
use Symfony\Component\HttpKernel\Bundle\Bundle;
|
|
|
|
class DoctrineSkeletonMapperBundle extends Bundle
|
|
{
|
|
}
|