Skip to content

Commit

Permalink
Merge branch '3.x' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
daftspunk committed Aug 27, 2024
2 parents 9d0d600 + 694c4aa commit d0ef4d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
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 {}
8 changes: 7 additions & 1 deletion src/Support/Facades/Currency.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@
/**
* 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()
*
* @see \Responsiv\Shop\Classes\CurrencyManager
* @see \Responsiv\Currency\Classes\CurrencyManager
*/
class Currency extends Facade
{
Expand Down

0 comments on commit d0ef4d7

Please sign in to comment.