Added trim to package path.
This commit is contained in:
parent
af4f85ae69
commit
93e1945144
@ -836,7 +836,7 @@ END;
|
||||
|
||||
// If is the package class then we need to make the path to the complete package
|
||||
if (isset($options['is_package_class']) && $options['is_package_class']) {
|
||||
$path = str_replace('.', DIRECTORY_SEPARATOR, $options['package']);
|
||||
$path = str_replace('.', DIRECTORY_SEPARATOR, trim($options['package']));
|
||||
|
||||
$writePath = $packagesPath . DIRECTORY_SEPARATOR . $path;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user