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