From df443aa34c72be141f1f245d193ce3546e68a22e Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 18 Aug 2017 21:08:51 +0200 Subject: [PATCH] Add copyright things. --- app/Console/Commands/UseEncryption.php | 10 ++++++++++ app/Mail/RegisteredUser.php | 10 ++++++++++ app/Mail/RequestedNewPassword.php | 10 ++++++++++ config/auth.php | 6 +++--- config/broadcasting.php | 7 ++++--- config/cache.php | 8 +++++--- config/compile.php | 6 +++--- config/database.php | 7 ++++--- config/filesystems.php | 7 ++++--- config/firefly.php | 3 +++ config/mail.php | 7 ++++--- config/queue.php | 7 ++++--- config/services.php | 7 ++++--- config/twigbridge.php | 15 ++++++++------- ...016_10_09_150037_expand_transactions_table.php | 6 +++--- .../2016_10_22_075804_changes_for_v410.php | 6 +++--- .../2016_11_24_210552_changes_for_v420.php | 6 +++--- .../2016_12_22_150431_changes_for_v430.php | 10 ++++++++++ .../2016_12_28_203205_changes_for_v431.php | 8 +++++--- .../2017_04_13_163623_changes_for_v440.php | 10 ++++++++++ .../2017_06_02_105232_changes_for_v450.php | 10 ++++++++++ gulpfile.js | 9 +++++++++ phpunit.coverage.xml | 9 +++++++++ phpunit.xml | 9 +++++++++ tests/CreatesApplication.php | 5 ++--- tests/Feature/ExampleTest.php | 6 ++++-- tests/TestCase.php | 3 ++- tests/Unit/ExampleTest.php | 10 ++++++++++ 28 files changed, 165 insertions(+), 52 deletions(-) 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 @@ + + + +