Fix Doctrine deprecations (#4608)

This commit is contained in:
Kevin Papst
2024-02-02 15:48:11 +01:00
committed by GitHub
parent 49e69d1ae3
commit c2afebbb5e
11 changed files with 446 additions and 369 deletions

View File

@@ -51,9 +51,4 @@ final class Version20230327143628 extends AbstractMigration
$workingTimes->removeForeignKey('FK_F95E49334EA3CB3D');
$schema->dropTable('kimai2_working_times');
}
public function isTransactional(): bool
{
return false;
}
}