We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cea81a commit ed95e78Copy full SHA for ed95e78
src/Facades/Swap.php
@@ -3,6 +3,9 @@
3
/*
4
* This file is part of Laravel Swap.
5
*
6
+ * @method static \Exchanger\Contract\ExchangeRate latest (string $currencyPair, array $options = [])
7
+ * @method static \Exchanger\Contract\ExchangeRate historical (string $currencyPair, \DateTimeInterface $date, array $options = [])
8
+ *
9
* (c) Florian Voutzinos <[email protected]>
10
11
* For the full copyright and license information, please view the LICENSE
0 commit comments