mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 00:18:25 +00:00
Format
This commit is contained in:
parent
37c832134b
commit
5e4dc6ad13
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class SchemaBuilder
|
|||
Database $dbForProject
|
||||
): Schema {
|
||||
App::setResource('current', static fn() => $utopia);
|
||||
|
||||
|
||||
$register = $utopia->getResource('register');
|
||||
$envVersion = App::getEnv('_APP_VERSION');
|
||||
$schemaVersion = $register->has('apiSchemaVersion') ? $register->get('apiSchemaVersion') : '';
|
||||
|
|
|
|||
Loading…
Reference in a new issue