Forgot to include classes for bill service provider.

This commit is contained in:
James Cole 2016-03-03 08:41:29 +01:00
parent 98bd9bdaa0
commit 22a14416ad

View File

@ -2,8 +2,16 @@
namespace FireflyIII\Providers;
use Auth;
use FireflyIII\Exceptions\FireflyException;
use Illuminate\Foundation\Application;
use Illuminate\Support\ServiceProvider;
/**
* Class BillServiceProvider
*
* @package FireflyIII\Providers
*/
class BillServiceProvider extends ServiceProvider
{
/**