We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4db3b7d commit 6bbecb0Copy full SHA for 6bbecb0
1 file changed
src/DependencyInjection/OdiseoSyliusReportExtension.php
@@ -59,6 +59,8 @@ protected function getMigrationsDirectory(): string
59
60
protected function getNamespacesOfMigrationsExecutedBefore(): array
61
{
62
- return [];
+ return [
63
+ 'Sylius\Bundle\CoreBundle\Migrations',
64
+ ];
65
}
66
0 commit comments