mirror of
https://github.com/laravel/valet.git
synced 2026-02-06 08:40:09 +01:00
Support isolated sites running PHP 7.4
This commit is contained in:
@@ -4,13 +4,17 @@
|
||||
|
||||
class Server
|
||||
{
|
||||
// Skip constructor promotion until we stop supporting PHP@7.4 isolation
|
||||
public $config;
|
||||
|
||||
/**
|
||||
* Create a new Server instance.
|
||||
*
|
||||
* @param array $config
|
||||
*/
|
||||
public function __construct(public array $config)
|
||||
public function __construct(array $config)
|
||||
{
|
||||
$this->config = $config;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user