Various code cleanup.

This commit is contained in:
James Cole
2016-11-20 11:43:19 +01:00
parent 75a524c656
commit 94875adb6c
60 changed files with 544 additions and 563 deletions

View File

@@ -47,7 +47,8 @@ class JournalServiceProvider extends ServiceProvider
$this->registerCollector();
}
private function registerCollector() {
private function registerCollector()
{
$this->app->bind(
'FireflyIII\Helpers\Collector\JournalCollectorInterface',
function (Application $app, array $arguments) {