mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
feat: run linter
This commit is contained in:
@@ -123,7 +123,7 @@ class GetMigrationStats extends Action
|
||||
return array_values($result);
|
||||
}, $migrations);
|
||||
|
||||
if(!empty($migrations)) {
|
||||
if (!empty($migrations)) {
|
||||
$csv->insertAll($migrations);
|
||||
}
|
||||
} catch (\Throwable $th) {
|
||||
|
||||
Reference in New Issue
Block a user