12 lines
147 B
PHP
12 lines
147 B
PHP
<?php
|
|
|
|
namespace App\Domain\Media;
|
|
|
|
use App\Framework\Database\Attributes\Entity;
|
|
|
|
#[Entity(tableName: 'image_galleries')]
|
|
class ImageGallery
|
|
{
|
|
|
|
}
|