Skip to content

Commit

Permalink
Correctif sur la migration phinx après la suppression du paquet sensi…
Browse files Browse the repository at this point in the history
…o/generator-bundle
  • Loading branch information
laurent35240 committed Oct 5, 2021
1 parent a09d9e6 commit 0401b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phinx.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'default_migration_table' => 'phinxlog',
];

if (is_file(__DIR__ . '/vendor/sensio/generator-bundle/composer.json')) {
if (is_file(__DIR__ . '/vendor/behat/behat/composer.json')) {
$kernelDev = new AppKernel('dev', true);
$kernelDev->boot();
$containerDev = $kernelDev->getContainer();
Expand Down

0 comments on commit 0401b14

Please sign in to comment.