Logger para ver Nosotros

This commit is contained in:
2020-06-10 22:50:04 -04:00
parent 6e3418402c
commit c3ce84143f
4 changed files with 87 additions and 5 deletions

View File

@ -117,5 +117,8 @@ return [
'username' => $c->get('email')->user->name,
'password' => $c->get('email')->user->password
]);
},
Psr\Log\LoggerInterface::class => function(Container $c) {
return new ProVM\Common\Implementation\Logger(implode(DIRECTORY_SEPARATOR, [$c->get('folders.base'), 'admin.log']));
}
];