chore: complete update
This commit is contained in:
13
src/Framework/Database/Config/PoolConfig.php
Normal file
13
src/Framework/Database/Config/PoolConfig.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Framework\Database\Config;
|
||||
|
||||
final class PoolConfig
|
||||
{
|
||||
public function __construct(
|
||||
public bool $enabled,
|
||||
public int $maxConnections,
|
||||
public int $minConnections,
|
||||
) {}
|
||||
}
|
||||
Reference in New Issue
Block a user