fix: совместимость с php8.2

This commit is contained in:
origami11@yandex.ru 2024-01-16 18:24:03 +03:00
parent 3a2b273adc
commit 0d6da39e90
3 changed files with 6 additions and 5 deletions

View file

@ -9,6 +9,7 @@ class Factory
{
public $db;
public $config;
public $user;
public function __construct (Database $db, Registry $config = null, User $user = null)
{