Logger para ver Nosotros
This commit is contained in:
@ -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']));
|
||||
}
|
||||
];
|
||||
|
Reference in New Issue
Block a user