Correccion de bug de clases no instanciadas
This commit is contained in:
@@ -247,6 +247,7 @@ class WebApplication
|
|||||||
|
|
||||||
foreach ($classesList as $classFile) {
|
foreach ($classesList as $classFile) {
|
||||||
if (pathinfo($classFile, PATHINFO_EXTENSION) === 'php') {
|
if (pathinfo($classFile, PATHINFO_EXTENSION) === 'php') {
|
||||||
|
require_once $classFile;
|
||||||
$namespace = '\\ProcessMaker\\Services\\' . str_replace(
|
$namespace = '\\ProcessMaker\\Services\\' . str_replace(
|
||||||
DIRECTORY_SEPARATOR,
|
DIRECTORY_SEPARATOR,
|
||||||
'\\',
|
'\\',
|
||||||
|
|||||||
Reference in New Issue
Block a user