chore: remove github action workflow and improve logging

- Removed unused Claude GitHub Action workflow file
- Changed scheduled command log to use daily log files (Y-m-d format)
- Fixed code formatting in CurrencyService exception handling
هذا الالتزام موجود في:
2025-10-14 17:17:07 +03:00
الأصل cb637346a5
التزام 75790377c4
3 ملفات معدلة مع 2 إضافات و59 حذوفات

عرض الملف

@@ -59,6 +59,7 @@ class CurrencyService
}
return $results;
} catch (\Exception $e) {
Log::error('Failed to fetch currency data for last twenty days', [
'error' => $e->getMessage(),