We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce2d2ea + f9a300b commit 3ecaeffCopy full SHA for 3ecaeff
src/app/Library/Database/Table.php
@@ -5,7 +5,7 @@
5
final class Table
6
{
7
private string $name;
8
- private array $columns;
+ private array $columns = [];
9
10
public function __construct(string $name, array $columns = [])
11
0 commit comments