Files
kupshop/bundles/External/LeaflyBundle/LeaflyBundle.php
2025-08-02 16:30:27 +02:00

16 lines
281 B
PHP

<?php
declare(strict_types=1);
namespace External\LeaflyBundle;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class LeaflyBundle extends Bundle
{
public function build(ContainerBuilder $container)
{
}
}