<?phpdeclare(strict_types=1);namespace DoctrineMigrations;use Doctrine\DBAL\Schema\Schema;use Doctrine\Migrations\AbstractMigration;/** * Auto-generated Migration: Please modify to your needs! */final class Version202409121620109 extends AbstractMigration{ public function getDescription(): string { return 'set all payments as prosecced so the cron task do not call nepting with false data'; } public function up(Schema $schema): void { } public function down(Schema $schema): void { }}