File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public function execute(Request $Request): Request_Response {
37
37
[$ logic_name , $ logic_path ] = $ this ->formatPath ($ Request );
38
38
39
39
if (empty ($ namespace )) {
40
- $ namespace = text ('Enter the namespace for the logic file ' , default: $ config ['namespace ' ]);
40
+ $ namespace = text ('Enter the namespace for the logic file ' , default: $ config ['logic ' ][ ' namespace ' ]);
41
41
}
42
42
43
43
@@ -47,7 +47,7 @@ public function execute(Request $Request): Request_Response {
47
47
}
48
48
49
49
$ extends = confirm ('Would you like to extend a base logic file or class? ' );
50
- $ extends_path = $ config ['extends ' ] ?? '' ;
50
+ $ extends_path = $ config ['logic ' ][ ' extends ' ] ?? '' ;
51
51
if ($ extends ) {
52
52
$ extends_path = text (label: 'What is the namespace of the class you would like to extend? ' , default: $ extends_path );
53
53
}
You can’t perform that action at this time.
0 commit comments