fix attribute name

This commit is contained in:
Damodar Lohani
2022-05-23 06:12:06 +00:00
parent 43332fbc05
commit bcc0e0df18
+1 -1
View File
@@ -105,7 +105,7 @@ App::post('/v1/projects')
'domains' => null,
'auths' => $auths,
'databaseSecrets' => [\uniqid() => \bin2hex(OpenSSL::randomPseudoBytes(128))],
'jwtSecret' => \bin2hex(OpenSSL::randomPseudoBytes(128)),
'jwtSecrets' => \bin2hex(OpenSSL::randomPseudoBytes(128)),
'search' => implode(' ', [$projectId, $name]),
]));
/** @var array $collections */