This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
sosuke.iwabuchi
/
KT-MyPage
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
ジョブのログメッセージ修正
master
sosuke.iwabuchi
2 years ago
parent
af625fe52c
commit
5fd84baf88
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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__' => sta
i
tc::class,
'__job_class__' => stat
i
c::class,
]);
}
}
Write
Preview
Loading…
Cancel
Save