Skip to content

Commit

Permalink
default Driver Request Builder
Browse files Browse the repository at this point in the history
  • Loading branch information
faissaloux committed Jul 19, 2024
1 parent 018f028 commit ee94dd5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Drivers/Support/Driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

use AshAllenDesign\LaravelExchangeRates\Classes\CacheRepository;
use AshAllenDesign\LaravelExchangeRates\Classes\Validation;
use AshAllenDesign\LaravelExchangeRates\Drivers\ExchangeRatesApiIo\RequestBuilder;
use AshAllenDesign\LaravelExchangeRates\Exceptions\InvalidCurrencyException;
use AshAllenDesign\LaravelExchangeRates\Exceptions\InvalidDateException;
use AshAllenDesign\LaravelExchangeRates\Interfaces\ExchangeRateDriver;
Expand All @@ -23,6 +24,8 @@
*/
class Driver implements ExchangeRateDriver
{
protected array $driverRequestBuilder = [RequestBuilder::class];

/**
* The object used for making requests to the currency conversion API.
*/
Expand Down

0 comments on commit ee94dd5

Please sign in to comment.