We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67edeaa commit 89eed2bCopy full SHA for 89eed2b
1 file changed
src/Migration/Resources/Database/Index.php
@@ -32,8 +32,8 @@ public function __construct(
32
private readonly array $attributes = [],
33
private readonly array $lengths = [],
34
private readonly array $orders = [],
35
- protected string $createdAt = "",
36
- protected string $updatedAt = "",
+ protected string $createdAt = '',
+ protected string $updatedAt = '',
37
) {
38
$this->id = $id;
39
}
0 commit comments