We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a1dfff + f46fbdb commit f1775c2Copy full SHA for f1775c2
1 file changed
commands/wheels/generate/app-wizard.cfc
@@ -32,7 +32,6 @@ component aliases="wheels g app-wizard, wheels new" extends="../base" {
32
33
function run( ) {
34
var appContent = fileRead( helpers.getTemplate( '/ConfigAppContent.txt' ) );
35
- var settingsContent = fileRead( helpers.getTemplate( '/ConfigSettingsContent.txt' ) );
36
var routesContent = fileRead( helpers.getTemplate( '/ConfigRoutes.txt' ) );
37
38
// ---------------- Welcome
0 commit comments