Sfoglia il codice sorgente

ジョブのログメッセージ修正

master
sosuke.iwabuchi 2 anni fa
parent
commit
5fd84baf88
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      app/Jobs/BaseJob.php

+ 1
- 1
app/Jobs/BaseJob.php Vedi File

@@ -45,7 +45,7 @@ abstract class BaseJob implements ShouldQueue
private function logConfig() private function logConfig()
{ {
Log::withContext([ Log::withContext([
'__job_class__' => staitc::class,
'__job_class__' => static::class,
]); ]);
} }
} }

Loading…
Annulla
Salva