mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-27 11:20:39 -06:00
Forgot to include classes for bill service provider.
This commit is contained in:
parent
98bd9bdaa0
commit
22a14416ad
@ -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
|
||||
{
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user