DRT-166 Create a method to generate the report using a queue job
This commit is contained in:
@@ -44,7 +44,7 @@ class WorkCommand extends BaseWorkCommand
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This call the 'pluginClassLoader.json' file, is required by artisan for dynamically
|
* This call the 'classLoaderForCommands.json' file, is required by artisan for dynamically
|
||||||
* access to plugin classes.
|
* access to plugin classes.
|
||||||
*/
|
*/
|
||||||
private function loadAdditionalClassesAtRuntime(): void
|
private function loadAdditionalClassesAtRuntime(): void
|
||||||
@@ -62,7 +62,7 @@ class WorkCommand extends BaseWorkCommand
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
//this file is required by artisan for dynamically access to class
|
//this file is required by artisan for dynamically access to class
|
||||||
$classloader = $path . PATH_SEP . 'pluginClassLoader.json';
|
$classloader = $path . PATH_SEP . 'classLoaderForCommands.json';
|
||||||
if (!file_exists($classloader)) {
|
if (!file_exists($classloader)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user