36 lines
1.1 KiB
YAML
36 lines
1.1 KiB
YAML
|
# This Software is the property of Data Development and is protected
|
||
|
# by copyright law - it is NOT Freeware.
|
||
|
#
|
||
|
# Any unauthorized use of this software without a valid license
|
||
|
# is a violation of the license agreement and will be prosecuted by
|
||
|
# civil and criminal law.
|
||
|
#
|
||
|
# https://www.d3data.de
|
||
|
#
|
||
|
# @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
|
||
|
# @author D3 Data Development - Daniel Seifert <support@shopmodule.com>
|
||
|
# @link https://www.oxidmodule.com
|
||
|
|
||
|
parameters:
|
||
|
d3.usermanager.modcfgid: 'd3usermanager'
|
||
|
|
||
|
services:
|
||
|
d3.usermanager.modcfg:
|
||
|
class: 'D3\ModCfg\Application\Model\Configuration\d3_cfg_mod'
|
||
|
factory:
|
||
|
- 'D3\ModCfg\Application\Model\Configuration\d3_cfg_mod'
|
||
|
- 'get'
|
||
|
arguments:
|
||
|
- '%d3.usermanager.modcfgid%'
|
||
|
|
||
|
d3.usermanager.log:
|
||
|
class: 'D3\ModCfg\Application\Model\Log\d3log'
|
||
|
factory:
|
||
|
- '@d3.usermanager.modcfg'
|
||
|
- 'd3getLog'
|
||
|
|
||
|
d3.usermanager.database:
|
||
|
class: 'D3\ModCfg\Application\Model\d3database'
|
||
|
factory:
|
||
|
- 'D3\ModCfg\Application\Model\d3database'
|
||
|
- 'getInstance'
|