mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-28 11:43:53 -06:00
Removed double configuration.
This commit is contained in:
parent
48551e8bf5
commit
f9703eca4c
@ -168,28 +168,6 @@ return [
|
|||||||
'end_date' => 'FireflyIII\Support\Binder\Date'
|
'end_date' => 'FireflyIII\Support\Binder\Date'
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
'bindables' => [
|
|
||||||
// models
|
|
||||||
'account' => 'FireflyIII\Models\Account',
|
|
||||||
'attachment' => 'FireflyIII\Models\Attachment',
|
|
||||||
'bill' => 'FireflyIII\Models\Bill',
|
|
||||||
'budget' => 'FireflyIII\Models\Budget',
|
|
||||||
'category' => 'FireflyIII\Models\Category',
|
|
||||||
'currency' => 'FireflyIII\Models\TransactionCurrency',
|
|
||||||
'limitrepetition' => 'FireflyIII\Models\LimitRepetition',
|
|
||||||
'piggyBank' => 'FireflyIII\Models\PiggyBank',
|
|
||||||
'tj' => 'FireflyIII\Models\TransactionJournal',
|
|
||||||
'tag' => 'FireflyIII\Models\Tag',
|
|
||||||
// lists
|
|
||||||
'accountList' => 'FireflyIII\Support\Binder\AccountList',
|
|
||||||
'budgetList' => 'FireflyIII\Support\Binder\BudgetList',
|
|
||||||
'categoryList' => 'FireflyIII\Support\Binder\CategoryList',
|
|
||||||
|
|
||||||
// others
|
|
||||||
'start_date' => 'FireflyIII\Support\Binder\Date',
|
|
||||||
'end_date' => 'FireflyIII\Support\Binder\Date'
|
|
||||||
],
|
|
||||||
'rule-triggers' => [
|
'rule-triggers' => [
|
||||||
'from_account_starts' => 'FireflyIII\Rules\Triggers',
|
'from_account_starts' => 'FireflyIII\Rules\Triggers',
|
||||||
'from_account_ends' => 'FireflyIII\Rules\Triggers',
|
'from_account_ends' => 'FireflyIII\Rules\Triggers',
|
||||||
|
Loading…
Reference in New Issue
Block a user