Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2024-03-18 17:48:57 +00:00
parent 1bea8f8d5c
commit 8fa00e2ef6
57 changed files with 148 additions and 131 deletions

View File

@@ -1,10 +1,10 @@
<?php
return [
'secret' => env('HCAPTCHA_SECRET'),
'sitekey' => env('HCAPTCHA_SITEKEY'),
'secret' => env('HCAPTCHA_SECRET'),
'sitekey' => env('HCAPTCHA_SITEKEY'),
'server-get-config' => false,
'options' => [
'options' => [
'timeout' => 30,
],
];

View File

@@ -6,7 +6,6 @@ return [
'login_route' => env('LOGIN_ROUTE_NAME', 'login'),
'aliases' => Facade::defaultAliases()->merge([
'HCaptcha' => Scyllaly\HCaptcha\Facades\HCaptcha::class,
// 'Example' => App\Facades\Example::class,

View File

@@ -19,7 +19,7 @@ return [
'posts' => [
'driver' => 'local',
'root' => base_path('content/posts'),
]
],
],
];

View File

@@ -15,6 +15,6 @@ return [
|
*/
'driver' => 'gd'
'driver' => 'gd',
];

View File

@@ -9,6 +9,6 @@ return [
'path_parser' => Spatie\Sheets\PathParsers\SlugParser::class,
'content_parser' => Spatie\Sheets\ContentParsers\MarkdownWithFrontMatterParser::class,
'extension' => 'md',
]
],
],
];