File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -414,7 +414,7 @@ public function getFiles(): array
414
414
],
415
415
[
416
416
'scope ' => 'service ' ,
417
- 'destination ' => '/lib/services/{{service.name | caseDash }}.dart ' ,
417
+ 'destination ' => '/lib/services/{{service.name | caseSnake }}.dart ' ,
418
418
'template ' => 'dart/lib/services/service.dart.twig ' ,
419
419
],
420
420
[
@@ -429,7 +429,7 @@ public function getFiles(): array
429
429
],
430
430
[
431
431
'scope ' => 'service ' ,
432
- 'destination ' => '/test/services/{{service.name | caseDash }}_test.dart ' ,
432
+ 'destination ' => '/test/services/{{service.name | caseSnake }}_test.dart ' ,
433
433
'template ' => 'dart/test/services/service_test.dart.twig ' ,
434
434
],
435
435
[
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ public function getFiles(): array
164
164
],
165
165
[
166
166
'scope ' => 'service ' ,
167
- 'destination ' => '/lib/{{ spec.title | caseDash}}/services/{{service.name | caseDash }}.rb ' ,
167
+ 'destination ' => '/lib/{{ spec.title | caseDash}}/services/{{service.name | caseSnake }}.rb ' ,
168
168
'template ' => 'ruby/lib/container/services/service.rb.twig ' ,
169
169
],
170
170
[
You can’t perform that action at this time.
0 commit comments