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 حذوفات

عرض الملف

@@ -4,7 +4,7 @@ use Illuminate\Support\Facades\Schedule;
Schedule::command('currency:fetch --today')
->everySixHours()
->appendOutputTo(storage_path('logs/currency-fetch.log'))
->appendOutputTo(storage_path('logs/' . today()->format('Y-m-d') . '.log'))
->onFailure(function () {
// TODO: set the correct sender email
// TODO: set the correct recipient email