mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
Autocommit PHP CS Fixer (#7343)
Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
parent
0272bbaf99
commit
d87f80406a
@ -83,11 +83,11 @@ $config = [
|
||||
'targets' => [
|
||||
\yii\log\FileTarget::class => \yii\helpers\ArrayHelper::merge(
|
||||
['class' => \yii\log\FileTarget::class],
|
||||
$logTargetConfig
|
||||
$logTargetConfig,
|
||||
),
|
||||
\yii\log\DbTarget::class => \yii\helpers\ArrayHelper::merge(
|
||||
['class' => \yii\log\DbTarget::class],
|
||||
$logTargetConfig
|
||||
$logTargetConfig,
|
||||
),
|
||||
],
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user