Release 2.42 (#5686)
This commit is contained in:
@@ -17,7 +17,7 @@ use Symfony\Contracts\EventDispatcher\Event;
|
||||
*/
|
||||
abstract class AbstractCustomerEvent extends Event
|
||||
{
|
||||
public function __construct(private Customer $customer)
|
||||
public function __construct(private readonly Customer $customer)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user