Skip to content

Commit 82649fc

Browse files
committed
Fix formatting
1 parent fbd7ede commit 82649fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: framework/base/Application.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ public function coreComponents()
631631
'mailer' => ['class' => 'yii\swiftmailer\Mailer'],
632632
'urlManager' => ['class' => 'yii\web\UrlManager'],
633633
'assetManager' => ['class' => 'yii\web\AssetManager'],
634-
'security' => ['class' => 'yii\base\Security']
634+
'security' => ['class' => 'yii\base\Security'],
635635
];
636636
}
637637

0 commit comments

Comments
 (0)