mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Remove comments
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user