mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Format
This commit is contained in:
@@ -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') : '';
|
||||
|
||||
Reference in New Issue
Block a user