1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

Remove comments

This commit is contained in:
fogelito 2024-06-19 13:17:14 +03:00
parent 33a3674989
commit b31a1e2584

View file

@ -300,20 +300,6 @@ class Migrations extends Action
'apiKey' => $tempAPIKey['secret']
]
);
//
// $source = $this->processSource(
// $migration->getAttribute('source'),
// $migration->getAttribute('credentials')
// );
//
// $destination = $this->processDestination(
// $migration->getAttribute('destination'),
// [
// 'projectId' => $projectDocument->getId(),
// 'endpoint' => 'http://appwrite/v1',
// 'apiKey' => $tempAPIKey['secret']
// ]
// );
$source->report();