Skip to content

Commit 6bbecb0

Browse files
author
bigboss
committed
fixes
1 parent 4db3b7d commit 6bbecb0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/DependencyInjection/OdiseoSyliusReportExtension.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ protected function getMigrationsDirectory(): string
5959

6060
protected function getNamespacesOfMigrationsExecutedBefore(): array
6161
{
62-
return [];
62+
return [
63+
'Sylius\Bundle\CoreBundle\Migrations',
64+
];
6365
}
6466
}

0 commit comments

Comments
 (0)