1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Merge pull request #4950 from Nicofuma/ticket/15357-3.2.x

[ticket/15298] Never suppress exception trace when using CLI
This commit is contained in:
Marc Alexander
2017-10-29 12:49:16 +01:00
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 }