Update createApi.php
This commit is contained in:
parent
aba73b00de
commit
a4f107e072
@ -7,7 +7,7 @@ if (count($argv) !== 6) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$projectSourceDirectory = 'src/';
|
$projectSourceDirectory = 'src/';
|
||||||
$projectNamespace = 'Weedkeeper';
|
$projectNamespace = 'Template';
|
||||||
|
|
||||||
$apiType = strtolower($argv[1]) === 'true' ? 'External' : 'Internal';
|
$apiType = strtolower($argv[1]) === 'true' ? 'External' : 'Internal';
|
||||||
$apiNamespace = $argv[2];
|
$apiNamespace = $argv[2];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user