mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Fixed DSN
This commit is contained in:
parent
868c72638e
commit
d5330b4ad4
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class DSN
|
|||
protected string $host;
|
||||
|
||||
/**
|
||||
* @var ?int
|
||||
* @var ?string
|
||||
*/
|
||||
protected ?string $port;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue