1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 02:36:38 +02:00

[ticket/15298] Never suppress exception trace when using CLI

PHPBB3-15298
This commit is contained in:
Tristan Darricau
2017-09-10 12:54:10 +02:00
parent e465af28d1
commit 6e86cd9e15
2 changed files with 2 additions and 12 deletions

View File

@@ -3,7 +3,6 @@ services:
class: phpbb\console\exception_subscriber
arguments:
- '@language'
- '%debug.exceptions%'
tags:
- { name: kernel.event_subscriber }