Skip to content

Commit 7875b4d

Browse files
committed
$tenant as VAR_ID
1 parent e750d60 commit 7875b4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Database/Database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ class Database
189189
],
190190
[
191191
'$id' => '$tenant',
192-
'type' => self::VAR_INTEGER,
192+
'type' => self::VAR_ID,
193193
'size' => 0,
194194
'required' => false,
195195
'default' => null,

0 commit comments

Comments
 (0)