Update createApi.php

This commit is contained in:
Flo 2024-04-16 22:10:09 +02:00 committed by GitHub
parent aba73b00de
commit a4f107e072
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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];