Move symfony stuff to own folder

This commit is contained in:
2025-05-28 23:51:27 +01:00
parent 20e604cf68
commit 077d33d801
89 changed files with 24 additions and 26 deletions

View File

@@ -0,0 +1,18 @@
<?php
declare(strict_types=1);
namespace DoctrineMigrations;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;
final class Version20250519215136 extends AbstractMigration
{
public function getDescription(): string {
return '';
}
public function up(Schema $schema): void {}
public function down(Schema $schema): void {}
}