This commit is contained in:
Yuri Kuznetsov
2023-04-20 14:40:02 +03:00
parent 5f944554cf
commit c2b856c3da
19 changed files with 52 additions and 154 deletions

View File

@@ -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
{