mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
cs
This commit is contained in:
@@ -35,12 +35,8 @@ use Spatie\Async\Pool;
|
||||
|
||||
class AsyncPoolFactory
|
||||
{
|
||||
private $config;
|
||||
|
||||
public function __construct(Config $config)
|
||||
{
|
||||
$this->config = $config;
|
||||
}
|
||||
public function __construct(private Config $config)
|
||||
{}
|
||||
|
||||
public function isSupported(): bool
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user