mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
style: fix code
This commit is contained in:
parent
0e270b89d2
commit
66099079b1
1 changed files with 2 additions and 2 deletions
|
|
@ -190,8 +190,8 @@ class V12 extends Migration
|
|||
*/
|
||||
$path = "/storage/uploads/app-{$this->project->getId()}";
|
||||
$new = str_replace($path, "{$path}/default", $document->getAttribute('path'));
|
||||
$document
|
||||
->setAttribute('path', $new);
|
||||
$document->setAttribute('path', $new);
|
||||
|
||||
/**
|
||||
* Populate search string from Migration to 0.12.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue