We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 462c0aa commit 31caaa6Copy full SHA for 31caaa6
lib/BackgroundJobs/ClassifierJob.php
@@ -122,7 +122,7 @@ private function anyOtherClassifierJobsRunning() {
122
ClassifyMovinetJob::class,
123
ClassifyMusicnnJob::class,
124
] as $jobClass) {
125
- if ($jobClass === self::class) {
+ if ($jobClass === static::class) {
126
continue;
127
} else {
128
if ($this->jobList->hasReservedJob($jobClass)) {
0 commit comments