Some cleaning up and new tests for the piggy bank controller.

This commit is contained in:
James Cole
2014-08-09 12:23:42 +02:00
parent c06e2380a5
commit b5ae008386
8 changed files with 243 additions and 99 deletions

View File

@@ -42,12 +42,6 @@ class HelperServiceProvider extends ServiceProvider
'Firefly\Helper\Email\EmailHelper'
);
// migration:
$this->app->bind(
'Firefly\Helper\Migration\MigrationHelperInterface',
'Firefly\Helper\Migration\MigrationHelper'
);
// settings:
$this->app->bind(
'Firefly\Helper\Preferences\PreferencesHelperInterface',