mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/12683] Improve exception handling
PHPBB3-12683
This commit is contained in:
@@ -259,7 +259,6 @@ services:
|
||||
console.command.searchindex.create:
|
||||
class: phpbb\console\command\searchindex\create
|
||||
arguments:
|
||||
- '@config'
|
||||
- '@language'
|
||||
- '@log'
|
||||
- '@post.helper'
|
||||
@@ -272,7 +271,6 @@ services:
|
||||
console.command.searchindex.delete:
|
||||
class: phpbb\console\command\searchindex\delete
|
||||
arguments:
|
||||
- '@config'
|
||||
- '@language'
|
||||
- '@log'
|
||||
- '@post.helper'
|
||||
|
Reference in New Issue
Block a user