fix: совместимость с php8.2
This commit is contained in:
parent
3a2b273adc
commit
0d6da39e90
3 changed files with 6 additions and 5 deletions
|
|
@ -9,6 +9,7 @@ class Factory
|
|||
{
|
||||
public $db;
|
||||
public $config;
|
||||
public $user;
|
||||
|
||||
public function __construct (Database $db, Registry $config = null, User $user = null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue