Browse Source

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

master
sosuke.iwabuchi 2 years ago
parent
commit
5fd84baf88
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/Jobs/BaseJob.php

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

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

Loading…
Cancel
Save