Replace namespace before show it

This commit is contained in:
Abilio Posada 2020-07-09 16:34:52 -06:00
parent abf82e82f6
commit 459e9a4440

View File

@ -163,6 +163,7 @@ EOD;
return;
}
$ns = rtrim(str_replace('\\', DIRECTORY_SEPARATOR, $ns), '\\') . DIRECTORY_SEPARATOR;
CLI::write('Created file: ' . CLI::color(str_replace($homepath, $ns, $path), 'green'));
}
}