Skip to content

Commit 32d4384

Browse files
committed
adding domain environment loader logic
1 parent 13e904a commit 32d4384

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bugover/ship",
3-
"version": "1.9.20",
3+
"version": "1.9.21",
44
"type": "library",
55
"description": "Core package for Porto architecture.",
66
"keywords": [

src/Generator/Commands/ConfigurationGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ public function getUserInputs(): ?array
7171
*/
7272
public function getDefaultFileName(): string
7373
{
74-
return Str::snake($this->sectionName) . '_' . Str::snake($this->containerName);
74+
return Str::kebab($this->sectionName) . '-' . Str::kebab($this->containerName);
7575
}
7676
}

0 commit comments

Comments
 (0)