File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ use LaravelLang\Locales\Facades\Locales;
1111Locales::available(): array // array<LocaleData >
1212
1313// List of installed localizations.
14- Locales::installed(): array // array<LocaleData >
14+ Locales::installed(bool $withProtects = true ): array // array<LocaleData >
1515
1616// List of uninstalled localizations.
1717Locales::notInstalled(): array // array<LocaleData >
@@ -69,7 +69,7 @@ use LaravelLang\Locales\Facades\Locales;
6969Locales::raw()->available(): array // array<string >
7070
7171// List of installed localizations.
72- Locales::raw()->installed(): array // array<string >
72+ Locales::raw()->installed(bool $withProtects = true ): array // array<string >
7373
7474// List of uninstalled localizations.
7575Locales::raw()->notInstalled(): array // array<string >
You can’t perform that action at this time.
0 commit comments