Merge branch 'php8' of https://git.edu.yar.ru/libs/phplibrary into php8
This commit is contained in:
commit
987d4097c9
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ class Factory
|
|||
public $config;
|
||||
public $user;
|
||||
|
||||
public function __construct(Database $db, Registry $config = null, User $user = null)
|
||||
public function __construct(Database $db, ?Registry $config = null, ?User $user = null)
|
||||
{
|
||||
$this->db = $db;
|
||||
$this->config = $config;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue