Skip to content

Commit

Permalink
Add TD class line 395 (#178)
Browse files Browse the repository at this point in the history
use Orchid\Screen\TD;

Error:
Class "App\Orchid\Screens\TD" not found
  • Loading branch information
billydekid authored Apr 2, 2023
1 parent 795dc9d commit 657aa46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/en/docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,9 @@ To define the task list layout, we can update the layouts method of the screen c


```php

use Orchid\Screen\TD;

/**
* The screen's layout elements.
*
Expand Down

0 comments on commit 657aa46

Please sign in to comment.