Code cleanup.

This commit is contained in:
James Cole
2021-03-28 11:43:07 +02:00
parent 5abbb8a807
commit 2c575f3ca5
379 changed files with 304 additions and 1727 deletions

View File

@@ -122,8 +122,6 @@ return [
'expire' => 60,
],
],
/*
|--------------------------------------------------------------------------
| Password Confirmation Timeout

View File

@@ -93,8 +93,6 @@ return [
'driver' => 'redis',
'connection' => 'default',
],
'dynamodb' => [
'driver' => 'dynamodb',
'key' => env('AWS_ACCESS_KEY_ID'),
@@ -117,6 +115,4 @@ return [
*/
'prefix' => env('CACHE_PREFIX', 'firefly'),
];

View File

@@ -1,6 +1,4 @@
<?php
/**
* debugbar.php
* Copyright (c) 2020 james@firefly-iii.org

View File

@@ -74,9 +74,6 @@ return [
],
'from' => ['address' => envNonEmpty('MAIL_FROM', 'changeme@example.com'), 'name' => 'Firefly III Mailer'],
'markdown' => [
'theme' => 'default',

View File

@@ -1,6 +1,4 @@
<?php
/*
* twigbridge.php
* Copyright (c) 2021 james@firefly-iii.org