Skip to content

Commit

Permalink
Remove isTransactional from migration
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredup committed Oct 25, 2022
1 parent 4bff259 commit f2fe88d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions migrations/Version20200.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ final class Version20200 extends AbstractMigration implements ContainerAwareInte
{
use ContainerAwareTrait;

public function isTransactional(): bool
{
return \PHP_VERSION_ID < 80000;
}

public function up(Schema $schema): void
{
$schema->getTable('payments')->changeColumn('details', [
Expand Down

0 comments on commit f2fe88d

Please sign in to comment.