Skip to content

Commit

Permalink
Update currency API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
octoberapp committed Aug 16, 2024
1 parent fda2c76 commit 694c4aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/Currency.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
/**
* Currency
*
* @see \Responsiv\Shop\Classes\CurrencyManager
* @see \Responsiv\Currency\Classes\CurrencyManager
*/
class Currency extends October\Rain\Support\Facades\Currency {}
6 changes: 6 additions & 0 deletions src/Support/Facades/Currency.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
/**
* Currency facade
*
* @method static mixed getDefault()
* @method static string getDefaultCode()
* @method static mixed getPrimary()
* @method static string getPrimaryCode()
* @method static mixed getActive()
* @method static string getActiveCode()
* @method static mixed listConverters(bool $asObject)
* @method static mixed listConverterObjects()
* @method static mixed findConverterByAlias()
Expand Down

0 comments on commit 694c4aa

Please sign in to comment.