1
0
Fork 0
mirror of synced 2024-10-02 02:07:04 +13:00

logger moved to App::shutdown

This commit is contained in:
shimon 2022-07-07 18:06:05 +03:00
parent c06957b2f0
commit b2b2534dcc
2 changed files with 0 additions and 3 deletions

View file

@ -10,9 +10,7 @@ use Utopia\App;
use Utopia\Cache\Adapter\Filesystem;
use Utopia\Cache\Cache;
use Utopia\Config\Config;
use Utopia\Database\Database;
use Utopia\Database\Document;
use Utopia\Database\Validator\Authorization;
use Utopia\Image\Image;
use Utopia\Validator\Boolean;
use Utopia\Validator\HexColor;

View file

@ -610,7 +610,6 @@ App::post('/v1/storage/buckets/:bucketId/files')
'$id' => $fileId,
'$read' => $read,
'$write' => $write,
'dateCreated' => \time(),
'bucketId' => $bucket->getId(),
'name' => $fileName,
'path' => $path,