add postinst doc
fix php 7.3 compatibility issues of typed properties
This commit is contained in:
@ -2,8 +2,8 @@
|
||||
require_once 'src/Database.php';
|
||||
|
||||
abstract class RequestBase {
|
||||
protected mysqli $conn;
|
||||
private array $actions = array();
|
||||
protected $conn;
|
||||
private $actions = array();
|
||||
|
||||
/**
|
||||
* adds a new action handler to the current api file
|
||||
|
Reference in New Issue
Block a user