diff --git a/app/Console/Commands/UseEncryption.php b/app/Console/Commands/UseEncryption.php index 5cf80aff32..ef0e68ac4a 100644 --- a/app/Console/Commands/UseEncryption.php +++ b/app/Console/Commands/UseEncryption.php @@ -1,4 +1,14 @@ [ 'guard' => 'web', diff --git a/config/broadcasting.php b/config/broadcasting.php index e4012544ff..3257e542d3 100644 --- a/config/broadcasting.php +++ b/config/broadcasting.php @@ -1,16 +1,17 @@ [ 'bunq' => 'FireflyIII\Support\Import\Prerequisites\BunqPrerequisites', ], + 'bunq' => [ + 'server' => 'https://sandbox.public.api.bunq.com', + ], 'default_export_format' => 'csv', 'default_import_format' => 'csv', 'bill_periods' => ['weekly', 'monthly', 'quarterly', 'half-year', 'yearly'], diff --git a/config/mail.php b/config/mail.php index 61d69cdc5b..f5d33fd68e 100644 --- a/config/mail.php +++ b/config/mail.php @@ -1,16 +1,17 @@ - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * See the LICENSE file for details. */ +declare(strict_types=1); + + /** * Configuration options for Twig. */ diff --git a/database/migrations/2016_10_09_150037_expand_transactions_table.php b/database/migrations/2016_10_09_150037_expand_transactions_table.php index 6b4e345582..6909aaa2a5 100644 --- a/database/migrations/2016_10_09_150037_expand_transactions_table.php +++ b/database/migrations/2016_10_09_150037_expand_transactions_table.php @@ -1,16 +1,16 @@ + + + +