diff --git a/src/Jobs/JobInspector.php b/src/Jobs/JobInspector.php index c5fb7f0..8ac61cc 100644 --- a/src/Jobs/JobInspector.php +++ b/src/Jobs/JobInspector.php @@ -96,7 +96,7 @@ class JobInspector $basePath = str_replace($file->getBasename(), '', $file->getBasePath()); $name = $basePath . $file->getFilename(); $className = str_replace('/', '\\', $basePath) . $file->getFilename(); - $classPath = "\\$sprinkleNS\\Worker\\Jobs\\$className"; + $classPath = "\\$sprinkleNS\\Jobs\\$className"; // Exclude known helper classes if ($className == "JobInterface" || $className == "JobBase" || $className == "JobInspector") {