Skip to content

Commit 2090eed

Browse files
author
Vítězslav Dvořák
committed
strict types update II
1 parent 7f011f9 commit 2090eed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SpojeNet/PohodaSQL/DOC.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class DOC extends Agenda
2626
* Work with given table.
2727
*/
2828
public string $myTable = 'DOC';
29-
public string $createColumn = 'Datum';
29+
public ?string $createColumn = 'Datum';
3030

3131
/**
3232
* SQL Table structure.

0 commit comments

Comments
 (0)