refactor: code style changes
Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
@@ -46,9 +46,6 @@ return [
|
||||
*/
|
||||
'sitehomepage' => env('APP_SITEHOMEPAGE', 'https://google.com'),
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Application Version
|
||||
@@ -77,7 +74,6 @@ return [
|
||||
*/
|
||||
'force_secure' => env('NONPROD_FORCE_SECURE', false),
|
||||
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| IP address anonymity
|
||||
@@ -94,7 +90,6 @@ return [
|
||||
*/
|
||||
'hide_ips' => env('HIDE_IPS'),
|
||||
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Legal documents & source code
|
||||
@@ -351,7 +346,7 @@ return [
|
||||
'ContextAwareValidator' => App\Facades\ContextAwareValidation::class,
|
||||
'Settings' => App\Facades\Options::class,
|
||||
'JSON' => App\Facades\JSON::class,
|
||||
'DiscordOauth' => App\Facades\Discord::class
|
||||
'DiscordOauth' => App\Facades\Discord::class,
|
||||
|
||||
],
|
||||
|
||||
|
Reference in New Issue
Block a user