Refactor the expandedform methods. First commit to see how Scrutinizer likes this. This commit will break most views.

This commit is contained in:
James Cole
2019-08-10 15:09:44 +02:00
parent 0097c66522
commit 6e2978231b
15 changed files with 970 additions and 1290 deletions

View File

@@ -21,6 +21,7 @@
declare(strict_types=1);
use FireflyIII\Providers\ImportServiceProvider;
@@ -145,6 +146,7 @@ return [
'Amount' => \FireflyIII\Support\Facades\Amount::class,
'Steam' => \FireflyIII\Support\Facades\Steam::class,
'ExpandedForm' => \FireflyIII\Support\Facades\ExpandedForm::class,
'AccountForm' => \FireflyIII\Support\Facades\AccountForm::class,
'Google2FA' => PragmaRX\Google2FALaravel\Facade::class,
],