feat(dashboard): add price history, caching, and i18n
This commit is contained in:
@@ -2,9 +2,11 @@
|
||||
|
||||
namespace App\Features\Dashboard\Contracts;
|
||||
|
||||
use Illuminate\Support\Collection;
|
||||
|
||||
interface PriceClient
|
||||
{
|
||||
public function getElectricityPrices(): array;
|
||||
public function getElectricityPrices(): Collection;
|
||||
|
||||
public function getGasPrices(): array;
|
||||
public function getGasPrices(): Collection;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user