First version of a search interface.

This commit is contained in:
James Cole
2014-09-22 07:25:14 +02:00
parent e892b69a96
commit efcad0b935
6 changed files with 161 additions and 3 deletions

View File

@@ -27,6 +27,11 @@ class HelperServiceProvider extends ServiceProvider
'Firefly\Helper\Controllers\Chart'
);
$this->app->bind(
'Firefly\Helper\Controllers\SearchInterface',
'Firefly\Helper\Controllers\Search'
);
$this->app->bind(
'Firefly\Helper\Controllers\TransactionInterface',
'Firefly\Helper\Controllers\Transaction'