chore: fix code style with Laravel Pint

This commit is contained in:
root
2026-05-23 19:05:37 +02:00
parent 0795cd283d
commit 2d8beaa531
38 changed files with 68 additions and 43 deletions
@@ -9,6 +9,7 @@ use Illuminate\Database\Eloquent\Relations\HasMany;
class WebsiteUsedShopVoucher extends Model
{
use HasFactory;
#[\Override]
protected $guarded = ['id', 'created_at', 'updated_at', 'user_id', 'voucher_id'];