Fixed more of the index.

This commit is contained in:
James Cole
2015-02-07 06:49:24 +01:00
parent de715c14be
commit 37e58ac13a
12 changed files with 220 additions and 70 deletions

View File

@@ -18,6 +18,11 @@ class FireflyServiceProvider extends ServiceProvider
return new \FireflyIII\Support\Navigation;
}
);
$this->app->bind(
'amount', function () {
return new \FireflyIII\Support\Amount;
}
);
}
}