feat(dashboard): add price dashboard with Zonneplan integration
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
|
||||
namespace App\Providers;
|
||||
|
||||
use App\Features\Dashboard\Clients\ZonneplanPriceClient;
|
||||
use App\Features\Dashboard\Contracts\PriceClient;
|
||||
use App\Features\Dashboard\Contracts\PriceRepository;
|
||||
use App\Features\Dashboard\Repositories\ZonneplanPriceRepository;
|
||||
use Carbon\CarbonImmutable;
|
||||
use Illuminate\Support\Facades\Date;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
@@ -15,7 +19,8 @@ class AppServiceProvider extends ServiceProvider
|
||||
*/
|
||||
public function register(): void
|
||||
{
|
||||
//
|
||||
$this->app->bind(PriceRepository::class, ZonneplanPriceRepository::class);
|
||||
$this->app->bind(PriceClient::class, ZonneplanPriceClient::class);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user