Initial commit: CloudOps infrastructure platform
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Mautic\ProjectBundle\DTO;
|
||||
|
||||
final readonly class EntityTypeConfig
|
||||
{
|
||||
public function __construct(
|
||||
public string $entityClass,
|
||||
public string $label,
|
||||
public ?object $model = null,
|
||||
) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user