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.
1 parent ce2d2ea commit f9a300bCopy full SHA for f9a300b
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