mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
All new binders.
This commit is contained in:
parent
397c4926eb
commit
5fc7cafcbe
@ -22,11 +22,28 @@ class Domain
|
|||||||
public static function getBindables()
|
public static function getBindables()
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
'account' => 'FireflyIII\Models\Account',
|
// models
|
||||||
'accountList' => 'FireflyIII\Support\Binder\AccountList',
|
'account' => 'FireflyIII\Models\Account',
|
||||||
'start_date' => 'FireflyIII\Support\Binder\Date',
|
'attachment' => 'FireflyIII\Models\Attachment',
|
||||||
'end_date' => 'FireflyIII\Support\Binder\Date',
|
'bill' => 'FireflyIII\Models\Bill',
|
||||||
|
'budget' => 'FireflyIII\Models\Budget',
|
||||||
|
'category' => 'FireflyIII\Models\Category',
|
||||||
|
'currency' => 'FireflyIII\Models\Currency',
|
||||||
|
'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'
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user