Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit 0a1085d

Browse files
author
Tito Costa
committed
fixed parameter value
1 parent 7f8f605 commit 0a1085d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Resources/config/services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ parameters:
22
oh_form_error_log.listener.class: Oh\FormErrorLogBundle\EventListener\ErrorLogSubscriber
33
oh_form_error_log.logger.class: Oh\FormErrorLogBundle\Logger\Logger
44
oh_form_error_log.db.class: Oh\FormErrorLogBundle\Logger\DatabaseLogger
5-
oh_form_error_log.db.entity.class: Oh\FormErrorLogBundle\Entity\FormErrorLogEntity
5+
oh_form_error_log.db.entity.class: Oh\FormErrorLogBundle\Entity\FormErrorLog
66

77
services:
88
oh_form_error_log.logger.db:

0 commit comments

Comments
 (0)