Skip to content

Commit

Permalink
Fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mertasan committed Aug 21, 2024
1 parent 39e00a6 commit 72209c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.php
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ function replaceForAllOtherOSes(): array

$vendorName = ask('Vendor name', $authorUsername);
$vendorSlug = slugify($vendorName);
$vendorNamespace = ucwords($vendorName);
$vendorNamespace = studly_case($vendorName);
$vendorNamespace = ask('Vendor namespace', $vendorNamespace);
$defaultBranch = ask('Default branch', 'master');

Expand Down

0 comments on commit 72209c2

Please sign in to comment.