feat: search results

This commit is contained in:
2025-04-20 23:46:57 -05:00
parent f8667af685
commit a4ad43cfe0
7 changed files with 332 additions and 0 deletions

8
src/Enum/MediaType.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
namespace App\Enum;
enum MediaType
{
}