Fix Doctrine deprecations (#4608)
This commit is contained in:
@@ -35,9 +35,4 @@ final class Version20230606125948 extends AbstractMigration
|
||||
$tags = $schema->getTable('kimai2_tags');
|
||||
$tags->dropColumn('visible');
|
||||
}
|
||||
|
||||
public function isTransactional(): bool
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user