Compare commits

...

2 Commits

Author SHA1 Message Date
e0384780dc Merge pull request 'Remove dimage path and image type in sticker detail model file' (#73) from ranjith-dev into master
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 10s
Reviewed-on: #73
2025-12-25 07:43:39 +00:00
dhanabalan
79f91bf444 Remove dimage path and image type in sticker detail model file
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 10s
Gemini PR Review / Gemini PR Review (pull_request) Successful in 18s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 9s
Laravel Larastan / larastan (pull_request) Failing after 2m20s
Laravel Pint / pint (pull_request) Failing after 2m20s
2025-12-25 13:13:29 +05:30

View File

@@ -30,8 +30,8 @@ class StickerDetail extends Model
'shape_y1_value',
'shape_x2_value',
'shape_y2_value',
'image_path',
'image_type',
// 'image_path',
// 'image_type',
'image_x',
'image_y',
'image_width',