Chart re-implemented and added coveralls and other instructions, which will probably not work at all.

This commit is contained in:
James Cole
2015-02-07 08:23:44 +01:00
parent 37e58ac13a
commit fb1c78c657
13 changed files with 371 additions and 25 deletions

View File

@@ -23,6 +23,12 @@ class FireflyServiceProvider extends ServiceProvider
return new \FireflyIII\Support\Amount;
}
);
$this->app->bind(
'steam', function () {
return new \FireflyIII\Support\Steam;
}
);
}
}