add postinst doc

fix php 7.3 compatibility issues of typed properties
This commit is contained in:
2020-10-03 20:28:19 +00:00
parent f1c49ea049
commit 2bfe3c28b2
11 changed files with 112 additions and 14 deletions

View File

@ -5,7 +5,7 @@
* class handling all Settings used by php scripts
*/
class SSettings {
private ?Database $database;
private $database;
/**
* SSettings constructor.