mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
chore: run formatter
This commit is contained in:
parent
21d4a8c14c
commit
12f49f66be
1 changed files with 3 additions and 1 deletions
|
|
@ -523,7 +523,9 @@ class V14 extends Migration
|
|||
/**
|
||||
* Skip files collection.
|
||||
*/
|
||||
if (in_array($id, ['files'])) return;
|
||||
if (in_array($id, ['files'])) {
|
||||
return;
|
||||
}
|
||||
|
||||
try {
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue