Skip to content

Commit

Permalink
Fix typo in namespace (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ercogx authored Jan 5, 2025
1 parent 0ba1874 commit 4b5ea55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/docs/grouping.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ In the `layout()` method of your screen, add the graphical interface using the `

```php
use Orchid\Support\Facades\Layout;
use Orchid\Screen\Fields\Sight;
use Orchid\Screen\Sight;

public function layout(): iterable
{
Expand Down
2 changes: 1 addition & 1 deletion docs/ru/docs/grouping.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ public function query(): array

```php
use Orchid\Support\Facades\Layout;
use Orchid\Screen\Fields\Sight;
use Orchid\Screen\Sight;

public function layout(): iterable
{
Expand Down

0 comments on commit 4b5ea55

Please sign in to comment.