Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2023-10-11 10:14:38 +00:00
parent 6fb043e109
commit 2b8580727f
3 changed files with 34 additions and 33 deletions

View File

@@ -46,7 +46,6 @@ return [
'beacon' => env('CACHET_BEACON', true),
/*
|--------------------------------------------------------------------------
| Templates configurations
@@ -58,10 +57,10 @@ return [
|
*/
'twig' => [
'methods' => [],
'methods' => [],
'functions' => [],
'filters' => ['escape'],
'tags' => ['if'],
'props' => [],
]
'filters' => ['escape'],
'tags' => ['if'],
'props' => [],
],
];