add postinst doc
fix php 7.3 compatibility issues of typed properties
This commit is contained in:
		@@ -5,7 +5,7 @@
 | 
			
		||||
 * class handling all Settings used by php scripts
 | 
			
		||||
 */
 | 
			
		||||
class SSettings {
 | 
			
		||||
    private ?Database $database;
 | 
			
		||||
    private $database;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * SSettings constructor.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user