mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-11 17:39:41 +00:00
Expand v2 api
This commit is contained in:
@@ -58,6 +58,7 @@ use FireflyIII\Services\Password\Verifier;
|
||||
use FireflyIII\Services\Webhook\StandardWebhookSender;
|
||||
use FireflyIII\Services\Webhook\WebhookSenderInterface;
|
||||
use FireflyIII\Support\Amount;
|
||||
use FireflyIII\Support\Balance;
|
||||
use FireflyIII\Support\ExpandedForm;
|
||||
use FireflyIII\Support\FireflyConfig;
|
||||
use FireflyIII\Support\Form\AccountForm;
|
||||
@@ -133,6 +134,12 @@ class FireflyServiceProvider extends ServiceProvider
|
||||
return new Steam();
|
||||
}
|
||||
);
|
||||
$this->app->bind(
|
||||
'balance',
|
||||
static function () {
|
||||
return new Balance();
|
||||
}
|
||||
);
|
||||
$this->app->bind(
|
||||
'expandedform',
|
||||
static function () {
|
||||
|
||||
Reference in New Issue
Block a user