chore: complete update
This commit is contained in:
11
src/Domain/Media/ImageGallery.php
Normal file
11
src/Domain/Media/ImageGallery.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Domain\Media;
|
||||
|
||||
use App\Framework\Database\Attributes\Entity;
|
||||
|
||||
#[Entity(tableName: 'image_galleries')]
|
||||
class ImageGallery
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user