Skip to content

Commit

Permalink
WF-728 Fix logger in DI
Browse files Browse the repository at this point in the history
  • Loading branch information
flancer64 committed Sep 10, 2024
1 parent a20e006 commit 42b1216
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Back/Act/Create.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default class TeqFw_Web_Source_Installer_Back_Act_Create {
TeqFw_Web_Source_Installer_Shared_Util$: util,
TeqFw_Core_Back_Config$: config,
TeqFw_Core_Back_Api_Plugin_Registry$: registry,
['TeqFw_Core_Back_Util#scanRecursively']: scanRecursively,
'TeqFw_Core_Back_Util.scanRecursively': scanRecursively,
}
) {
// VARS
Expand Down
4 changes: 2 additions & 2 deletions src/Back/Cli/Archive.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ export default function Factory(
TeqFw_Core_Back_App$: app,
TeqFw_Core_Shared_Util_Cast$: cast,
TeqFw_Web_Source_Installer_Back_Act_Create$: actCreate,
['TeqFw_Core_Back_Api_Dto_Command.Factory$']: fCommand,
['TeqFw_Core_Back_Api_Dto_Command_Option.Factory$']: fOpt,
'TeqFw_Core_Back_Api_Dto_Command.Factory$': fCommand,
'TeqFw_Core_Back_Api_Dto_Command_Option.Factory$': fOpt,
}
) {
// FUNCS
Expand Down

0 comments on commit 42b1216

Please sign in to comment.