Moving the Features folder again in order to ensure compatibility with the namespaces convention
This commit is contained in:
@@ -29,10 +29,10 @@ try {
|
||||
}
|
||||
}
|
||||
|
||||
$loader->add($rootDir . 'workflow/engine/', 'Features');
|
||||
$loader->add($rootDir . 'workflow/engine/src/', "ProcessMaker");
|
||||
//$loader->add($rootDir . "workflow/engine/classes/model/");
|
||||
$loader->add($rootDir . 'workflow/engine/src/');
|
||||
|
||||
|
||||
// add vendors to autoloader
|
||||
$loader->add($rootDir . 'vendor/luracast/restler/vendor', "Luracast");
|
||||
$loader->add($rootDir . 'vendor/bshaffer/oauth2-server-php/src/', "OAuth2");
|
||||
|
||||
Reference in New Issue
Block a user