update patch 1
This commit is contained in:
Vendored
+3
-4
@@ -15,12 +15,11 @@ use Symfony\Component\Routing\Exception\InvalidArgumentException;
|
||||
|
||||
class Alias
|
||||
{
|
||||
private string $id;
|
||||
private array $deprecation = [];
|
||||
|
||||
public function __construct(string $id)
|
||||
{
|
||||
$this->id = $id;
|
||||
public function __construct(
|
||||
private string $id,
|
||||
) {
|
||||
}
|
||||
|
||||
public function withId(string $id): static
|
||||
|
||||
Reference in New Issue
Block a user