This commit is contained in:
2021-10-28 11:32:18 +08:00
parent 42d32242b6
commit a69c22fc24
+2 -2
View File
@@ -25,8 +25,8 @@ class Gii
{
private ?string $tableName = NULL;
/** @var Connection */
private Connection $db;
/** @var null|Connection */
private ?Connection $db;
private InputInterface $input;