Skip to content

Commit

Permalink
Run Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
PineappleIOnic committed May 15, 2024
1 parent 95a8fb7 commit 9ce0314
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/MigrationCLI.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

require_once __DIR__ . '/.././vendor/autoload.php';
require_once __DIR__.'/.././vendor/autoload.php';

use Dotenv\Dotenv;
use Utopia\Migration\Destinations\Appwrite as DestinationsAppwrite;
Expand Down Expand Up @@ -77,4 +77,4 @@ function (array $resources) {

$instance = new MigrationCLI();
$instance->start();
$instance->drawFrame();
$instance->drawFrame();
1 change: 1 addition & 0 deletions src/Migration/Destinations/Appwrite.php
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ public function importFile(File $file): File
}

$file->setData('');

return $file;
}

Expand Down

0 comments on commit 9ce0314

Please sign in to comment.