We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ffef9cc + f901d1a commit 4262364Copy full SHA for 4262364
src/BasicTransport/Migration/Migrator.php
@@ -7,6 +7,9 @@ class Migrator
7
{
8
public function checkAndExecuteMigrations(array $context, string $transportClass): void
9
10
+ include_once ('DbPdoTransportMigration.php');
11
+ include_once ('MongoDbTransportMigration.php');
12
+
13
$migrations = $this->getAllMigrationsForTransport($context, $transportClass);
14
15
foreach ($migrations as $migration) {
0 commit comments