diff --git a/src/Support/Facades/Currency.php b/src/Support/Facades/Currency.php index 8d9f1b166..a80c44d9f 100644 --- a/src/Support/Facades/Currency.php +++ b/src/Support/Facades/Currency.php @@ -14,6 +14,7 @@ * @method static mixed listConverters(bool $asObject) * @method static mixed listConverterObjects() * @method static mixed findConverterByAlias() + * @method static bool isModelMultisite($model, $attribute = null) * * @see \Responsiv\Currency\Classes\CurrencyManager */