Merge branch '1.9' into php8

This commit is contained in:
xiaomlove
2025-10-31 19:36:13 +07:00
4 changed files with 23 additions and 25 deletions

View File

@@ -4,5 +4,5 @@ namespace App\Models;
class Attachment extends NexusModel
{
const IMG_EXTENSIONS = ['jpeg', 'jpg', 'png', 'gif', 'webp', 'bmp', 'tif', 'tiff', 'heic'];
}