From a4f107e072c5d1bd64355757a5a1449e0d286196 Mon Sep 17 00:00:00 2001 From: Flo <35579573+TheFlawww@users.noreply.github.com> Date: Tue, 16 Apr 2024 22:10:09 +0200 Subject: [PATCH] Update createApi.php --- bin/createApi.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/createApi.php b/bin/createApi.php index 740d9b0..7a70996 100644 --- a/bin/createApi.php +++ b/bin/createApi.php @@ -7,7 +7,7 @@ if (count($argv) !== 6) { } $projectSourceDirectory = 'src/'; -$projectNamespace = 'Weedkeeper'; +$projectNamespace = 'Template'; $apiType = strtolower($argv[1]) === 'true' ? 'External' : 'Internal'; $apiNamespace = $argv[2];