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