Initial: Webfarben DummyCopier Bundle

This commit is contained in:
2026-03-11 20:01:53 +01:00
commit 80fd71b922
12 changed files with 1071 additions and 0 deletions

11
src/DummyCopierBundle.php Normal file
View File

@@ -0,0 +1,11 @@
<?php
declare(strict_types=1);
namespace Webfarben\DummyCopier;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class DummyCopierBundle extends Bundle
{
}