first commit
This commit is contained in:
13
bundles/KupShop/ComponentsBundle/Entity/EditableContent.php
Normal file
13
bundles/KupShop/ComponentsBundle/Entity/EditableContent.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace KupShop\ComponentsBundle\Entity;
|
||||
|
||||
class EditableContent
|
||||
{
|
||||
public function __construct(
|
||||
public ?int $blockId,
|
||||
public ObjectInfo $objectInfo,
|
||||
public ?array $blocks = null,
|
||||
) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user