Skip to content

Commit

Permalink
Merge pull request #135 from Laravel-Lang/5.x
Browse files Browse the repository at this point in the history
[docs]: Headers was renamed
  • Loading branch information
andrey-helldar authored Nov 14, 2023
2 parents 69fdf37 + 77b8ae0 commit affba1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage/features/facades.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Facades

## With DTOs
## Data Object

```php
use LaravelLang\Locales\Facades\Locales;
Expand Down Expand Up @@ -122,7 +122,7 @@ LocaleData {
}
```

## With Raw Data
## Raw Data

```php
use LaravelLang\Locales\Enums\Locale;
Expand Down

0 comments on commit affba1e

Please sign in to comment.