mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Replace namespace before show it
This commit is contained in:
parent
abf82e82f6
commit
459e9a4440
@ -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'));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user