Explorar el Código

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

master
sosuke.iwabuchi hace 2 años
padre
commit
5fd84baf88
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app/Jobs/BaseJob.php

+ 1
- 1
app/Jobs/BaseJob.php Ver fichero

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

Cargando…
Cancelar
Guardar