mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Change default namespace
This commit is contained in:
parent
182eabdd2d
commit
abf82e82f6
@ -131,7 +131,7 @@ class CreateSeeder extends BaseCommand
|
||||
}
|
||||
else
|
||||
{
|
||||
$ns = 'App';
|
||||
$ns = defined('APP_NAMESPACE') ? APP_NAMESPACE : 'App';
|
||||
}
|
||||
|
||||
// full path
|
||||
|
Loading…
x
Reference in New Issue
Block a user