2022-12-20
This commit is contained in:
@ -10,5 +10,8 @@ return [
|
||||
$settings->user['password'],
|
||||
$settings->name
|
||||
);
|
||||
},
|
||||
\ProVM\Concept\Factory\Model::class => function(ContainerInterface $container) {
|
||||
return new \ProVM\Implement\Factory\Model($container);
|
||||
}
|
||||
];
|
||||
|
Reference in New Issue
Block a user