mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 12:15:55 +00:00
Fixed more of the index.
This commit is contained in:
@@ -18,6 +18,11 @@ class FireflyServiceProvider extends ServiceProvider
|
||||
return new \FireflyIII\Support\Navigation;
|
||||
}
|
||||
);
|
||||
$this->app->bind(
|
||||
'amount', function () {
|
||||
return new \FireflyIII\Support\Amount;
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user